[jQuery] Re: .blur() not doing it's job

2007-08-18 Thread Angelo Gladding
t; $('#tags_clear')[0].blur(); > > -- > Brandon Aaron > > On 8/18/07, John Resig <[EMAIL PROTECTED]> wrote: > > > > > > Nope, that should work - do you have a page with this code on it? > > > > --John > > > > On 8/18/07, Angelo Gl

[jQuery] .blur() not doing it's job

2007-08-18 Thread Angelo Gladding
Hey all, I'm trying to blur (remove focus from) a link. Non-working code: $('#tags_clear').blur(); Working code: document.getElementById('tags_clear').blur(); Is there something glaringly obvious I'm missing here? Thanks, Angelo -- Angelo Gladding [EMAIL PROTEC