[jQuery] jQuery form submission IE6 problems - possibly event listener

2009-05-05 Thread IanDev
Hi All, I'm having problems getting a simple poll to work correctly in IE6 - unfortunatey the form always trys to submit, ignoring the jQuery script below: $(function() { $('.error').hide(); $("#button").click(function() { $('.error').hide(); var pollid = $('#pollid').val();

[jQuery] Jquery form submission

2009-01-24 Thread Narinder
Hi, I am using the following binding to submit the form using ajaxSubmit(). This works if the user clicks on the submit button. But unfortunately, i am dealing with third party form content which itself submits the form using form.submit() event in which case the following binding does