[jQuery] Form Plugin: binding events
[jQuery] Form Plugin: binding events
This doesn't work:
$('#myForm').ajaxForm();
$('#myForm').bind('form.pre.serialize', function(e) {
alert("test");
});
Nothing happens when #myForm is ajax-submitted. What's wrong?
Topic Participants
maestric
malsup