Karl Rudd wrote:
> The $() you have at the moment just binds to the document. You
> probably want $('*'), which selects all elements on the page.
>
> Karl Rudd
That makes more sense... although would it be wise to do (efficient-wise 
that is?). It seems that on a large page, that would assign *many*, 
*many*, maybe too many events? I took the code direct from blockUI. What 
blockUI may be doing is intercepting the events via a masking overlay?

Perhaps it would be better to add a transparent covering element 
(overlay) to intercept clicks?

~ Brice

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to