Sam Collett schrieb:
> 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()).

You can blur links as well (for example to remove the dotted rectangular 
after a click and fix IE's broken implementation for the :active pseudo 
class)...


-- Klaus


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to