I'm using the blockUI plugin and it's tied to a form submit.  When I click
the submit button in IE7, blockUI goes into effect, but the form doesn't get
submitted and the page just sits there with blockUI running.  It works fine
in Firefox though.

$('input.go').click(function() {
   $.blockUI();
});

Any ideas?  Thanks!

Reply via email to