We are no longer recommending that you use focus/blur in live - but focusin and focusout instead. focus and blur aren't actually bubbling events: http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-eventgroupings-htmlevents
Forcing them to behave as such ended up causing a lot of other weirdness in applications. --John On Tue, Jan 12, 2010 at 2:16 PM, findlayb <findl...@gmail.com> wrote: > Binding to the focus and blur events using the live methods appears to > not be functional in 1.4rc1. Looks like a ticket was opened (http:// > dev.jquery.com/ticket/5689) for 1.4a2 but I can confirm this is still > an issue with 1.4rc1. > > Link to test case: > http://jquery-test.110mb.com/ > > -- > You received this message because you are subscribed to the Google Groups > "jQuery Development" group. > To post to this group, send email to jquery-...@googlegroups.com. > To unsubscribe from this group, send email to > jquery-dev+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/jquery-dev?hl=en. > > > >
-- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.