Help,

Hi i have a form which has an onchange event on specific field, how do I
make an autosubmit form?

Below is just an idea and don't know if i'm doing it right...

$("#myForm").change(function() {
    $(this).submit() /* is this correct? */
})

Thanks in advance to all,
cdelfino


_______________________________________________
jQuery mailing list
[EMAIL PROTECTED]
http://jquery.com/discuss/

Reply via email to