[jQuery] Re: Send $ajax.post

2009-01-19 Thread finord
The correct js code is: $(document).ready(function() { $().ajaxStart(function() { $('#loading').show(); $('#result').hide(); }).ajaxStop(function() { $('#loading').hide(); $('#result').fadeIn('slow'); }); $('#form, #fat, #fo3').submit(function() {

[jQuery] auto submit

2009-01-19 Thread finord
Hello, I have a problem when sending data with jQuery, if sent by clicking "Submit" if it works, but when trying to send it directly when the input 'name' has two values, does not run with ajax, but it does as a normal consultation. Here you put the code on the form and the ajax, ajax is not much

[jQuery] Send $ajax.post

2009-01-19 Thread finord
Hello, I have a problem when sending data with jQuery, if sent by clicking "Submit" if it works, but when trying to send it directly when the input 'name' has two values, does not run with ajax, but it does as a normal consultation. Here you put the code on the form and the ajax, ajax is