[jQuery] Re: Hide a div on blur

2008-12-05 Thread Echilon
That sounds like it could work. Would you happen to have an example? On Dec 6, 1:10 am, ricardobeat <[EMAIL PROTECTED]> wrote: > The most common way is to apply a 'layer' DIV that covers the whole > screen, right behind the div you're showing. > > - ricardo > > On Dec 5, 3:21 pm, Echilon <[EMAIL

[jQuery] Re: Hide a div on blur

2008-12-05 Thread ricardobeat
The most common way is to apply a 'layer' DIV that covers the whole screen, right behind the div you're showing. - ricardo On Dec 5, 3:21 pm, Echilon <[EMAIL PROTECTED]> wrote: > I have a div which is shown when a AJAX callback is executed, but I > can't get it to hide again. I'm using some of t

[jQuery] Re: Hide a div on blur

2008-12-05 Thread Hector Virgen
You can't "blur" a div. Only elements that can be "focused" can be blurred. AFAIK, that's form input elements (input, select, etc.) You'll have to use another event or listener to make the div disappear. -Hector On Fri, Dec 5, 2008 at 9:21 AM, Echilon <[EMAIL PROTECTED]> wrote: > > I have a di