On Mar 14, 6:46 pm, Pat <[email protected]> wrote: > No obvious adverse affects yet!
The obvious adverse affect that I see is that you've removed all of the actual modal protection. The overlay div itself is good enough for most people, in which case this will work fine for you. However, if you truly need the rest of the page to not be usable, this won't suit your needs. You should be able to bind an event to the overlay div without unbinding the events on the document anyway. Event handlers on the overlay should fire before the event handlers on the document cancel the event. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
