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();
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
2 matches
Mail list logo