I use jquery blockUI plugin (v2) and call $.blockUI
when user submits a form. Web page smoothly fades out and new page appears. That's ok. But when user presses "back" button in opera/fire fox he observes fade out page with hourglass mouse cursor that is pletely blocked.
Chrome/IE visualize page ok.
What would you suggest?
Thank you in advance!
I use jquery blockUI plugin (v2) and call $.blockUI
when user submits a form. Web page smoothly fades out and new page appears. That's ok. But when user presses "back" button in opera/fire fox he observes fade out page with hourglass mouse cursor that is pletely blocked.
Chrome/IE visualize page ok.
What would you suggest?
Thank you in advance!
Share Improve this question edited Jun 2, 2010 at 13:01 ajm 20.1k3 gold badges33 silver badges37 bronze badges asked Jun 2, 2010 at 12:01 Andrew FlorkoAndrew Florko 7,75011 gold badges62 silver badges110 bronze badges1 Answer
Reset to default 12Finally I found workaround.
$(window).unload(function() {
$.unblockUI();
})