malsup / blockui

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

Allow specification of container for blockui elements #27

Open sprintstar opened 12 years ago

sprintstar commented 12 years ago

Is is possible to specify a container to receive the blockui elements? At the moment they are appended to body, but it would be nice to be able to specify a container. This would enable much more efficient jquery event handling, as it would mean I could use delegate (on the container) instead of live.