[jQuery] [autocomplete] send a json object?

2009-02-08 Thread arnoldroa
Hi, i need to send a json object to the autocompleter. i see this example on the demo: $("#thickboxEmail").autocomplete(emails, { minChars: 0, width: 310, matchContains: true, highlightItem: false, formatItem:

[jQuery] Re: Problem with submitHandler

2009-01-19 Thread arnoldroa
anyone? im using form.submit inside submitHanldler but firebug said that submit is not a function. if i do $(form).submit() i get inside a infinite loop. On 16 ene, 16:00, arnoldroa wrote: > i have this: > >        submitHandler: function(form) { >                 if( jQuery(&

[jQuery] [validate] Problem with submitHandler

2009-01-16 Thread arnoldroa
i have this: submitHandler: function(form) { if( jQuery("#productList .productRow").size() > 0 ){ if( confirm("¿Are you sure?") ) { form.submit(); } else{ return false;