[jQuery] Form + BlockUI plugin

[jQuery] Form + BlockUI plugin


Hi guys,
I am placing a form into blockUI like so
$.blockUI(form) and then attaching form plugin like so .ajaxForm(options);
Form pluging works perfect as long as it is not used with BlockUI, but
as soon as you insert it into BlockUI submit does not really work
--Kush