jQuery.info
Découvrir et utiliser jQuery, la librairie javascript du XXIIème siècle

Accueil du site > Autres sites et ressources > Discuss jQuery (mailing-list)

Discuss jQuery (mailing-list)

http://groups.google.com/group/jquery-en/

  • jqGrid

    30 juillet, par Denis Caggiano
    Does anyone here had use the jqGrid? If yes, how can I use *onclickSubmit* event in the edit submit button? I cant understand this documentation: [link] [link]>Tks.
  • How to know if a string is simply text or a good jQuery expression?

    9 juillet, par Luca
    Hi all. I need some suggestion for performing this task: a user using a function common provide to the function a string, however sometimes he must be able to provide a jQuery selector expression and I need to perform different action is this case. How can I do (...)
  • [jQuery] simple ajax not working in FF but works great in IE what am I doing wrong?

    21 avril, par Ron Mast
    $(document).ready(function() // get faculty default A $.ajax( url: 'myvalidurl', type: "post", async: true, dataType: "html", contentType: "html", error:function (XMLHttpRequest, textStatus, errorThrown) //alert(eval('(' + XMLHttpRequest.responseText + (...)
  • [jQuery] Re: Modal Confirmation trying to use for form validation

    19 avril, par Ron Mast
    Nevermind....figured it out :)
  • Validation and AJAX forms

    23 mars, par Steffan A. Cline
    I'm tinkering with the jquery forms plugin with the validation plugin. I'm able to do some simple validations but I have some BIG forms that are loaded dynamically. I want to use the addClassRules() with the ajax but am unsure how to do it. Currently I have a multi tab form. The (...)