malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

Allow for display of elements between screen and dialogue box, save onUnblock information #13

Closed jgeiger closed 13 years ago

jgeiger commented 13 years ago

Adding 10 to the baseZ allows you to unblock specific elements that are blocked by the overlay but still keep the dialog box over them.

The second part is a cleanup for the new version of the patch created to allow you to define the onUnblock section and be able to call it using just an unBlockUI() without having to re-define it.

malsup commented 13 years ago

Merged. Thanks!