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:
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(&
i have this:
submitHandler: function(form) {
if( jQuery("#productList .productRow").size() > 0 ){
if( confirm("¿Are you sure?") ) {
form.submit();
}
else{ return false;
3 matches
Mail list logo