malsup / blockui

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

Nested BlockUI elements - Need independence from parent #40

Closed IllusionVK closed 12 years ago

IllusionVK commented 12 years ago

When using element blocking, we have a site that has nested elements (e.g. div inside a fieldset)...

When we unblock the parent item (e.g. fieldset) we still want to maintain the block status of the child item (e.g. the div), but currently anything inside the parent item gets affected.

Is there a solution to allow children to not be affected by the parent ?

Stack Overflow question here: http://stackoverflow.com/questions/12384113/nested-blockui-elements-need-independence-from-parent

malsup commented 12 years ago

Fixed.

IllusionVK commented 12 years ago

You, Sir, are a legend !!

On 13/09/2012, at 10:20:16 PM, Mike Alsup wrote:

Fixed.

— Reply to this email directly or view it on GitHub.