Hello all,
I want to submit the form on change of a dropdown selection rather than
clicking the submit button.
I am using the forms plugin and have bound the form to ajaxForm
$('#paramForm').ajaxForm(paramOptions);
That works fine, but how to do an ajax submit on change of a dropdown field
value ?
I have tried things like the code below, but am missing something. Any help
much appreciated.
$(function(){
$("select#itemsList").change(function(){
$.paramForm.submit()
})
})
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/