On 08/01/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: > > > Again, from the changelog: > > > > "* Performming .click(), .blur(), .focus(), .submit() will actually > > trigger the browsers default action for those events." > > > > And by the way: one cannot trigger the default click() action for links, > > so I think, that one is useless. Also it seems that reset() is missing. > > > > > > -- Klaus > > > Is it even possible to trigger the blur() action programmatically? Well, > perhaps without setting the focus and then purposely setting it > somewhere else... which seems pretty indirect and slightly hokey to me. :o' > > Cheers, > Chris > > -- > http://www.cjordan.info
I think you can fire blur on any input elements. The other thing you could do is set focus on the window (i.e. window.focus()). _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
