[jQuery] Re: focus with DIVs

2007-08-14 Thread Mitchell Waite
ssage- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephan Beal Sent: Tuesday, August 14, 2007 4:05 PM To: jQuery (English) Subject: [jQuery] Re: focus with DIVs On Aug 15, 12:46 am, "Mitchell Waite" <[EMAIL PROTECTED]> wrote: > Is there a way to use

[jQuery] Re: focus with DIVs

2007-08-14 Thread Mitchell Waite
inner div, that could serve as an unfocus event. Am I making any sense here? From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Tuesday, August 14, 2007 3:59 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: focus with DIVs Interestingly (or

[jQuery] Re: focus with DIVs

2007-08-14 Thread Stephan Beal
On Aug 15, 12:46 am, "Mitchell Waite" <[EMAIL PROTECTED]> wrote: > Is there a way to use focus with a div rather than just an input element? Focus, by definition, applies only to elements which can accept input. Focus is in fact short for "input focus." > If there is not how would you handle it

[jQuery] Re: focus with DIVs

2007-08-14 Thread Glen Lipka
Interestingly (or not), IE allows you to put a tabindex="" on a div which will put it in the queue to gain focus. It fires the event properly. Firefox doesn't seem to allow this. Glen On 8/14/07, Mitchell Waite <[EMAIL PROTECTED]> wrote: > > Hi gang > > > > Is there a way to use focus with a di