[jQuery] Re: Fix for BlockUI slowness

2007-11-14 Thread Mike Alsup
All good points, Matt. Thanks for the feedback. Another things I noticed - when blocking an element, it appends the blocking layer to the element itself. So, when I call block() before load() and the response comes back, the innerHTML is over-written and the blocking layer is removed.

[jQuery] Re: Fix for BlockUI slowness

2007-11-13 Thread Mike Alsup
Good stuff, Matt. Thanks for sharing it. I think adding an option is a good idea. Mike On Nov 12, 2007 12:32 PM, Matt Kruse [EMAIL PROTECTED] wrote: I just spent a while tracking this down, so I thought I would post it here in case anyone is searching the archives in the future. I use

[jQuery] Re: Fix for BlockUI slowness

2007-11-13 Thread Matt Kruse
On Nov 13, 8:48 am, Mike Alsup [EMAIL PROTECTED] wrote: Good stuff, Matt. Thanks for sharing it. I think adding an option is a good idea. Another things I noticed - when blocking an element, it appends the blocking layer to the element itself. So, when I call block() before load() and the