Thanks Brandon that fixed it for the temporary. I had a feeling it was
something like that from the docs.

On 8/18/07, Brandon Aaron <[EMAIL PROTECTED]> wrote:
>
> I believe this is fixed in SVN (Revision 2529).
>
> While you are waiting for 1.1.4, you can do it this way:
> $('#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 Gladding <[EMAIL PROTECTED]> wrote:
> > > 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 PROTECTED]
> > > http://angelogladding.com
> > > (626) 755 - 1417
> >
>
>


-- 
Angelo Gladding
[EMAIL PROTECTED]
http://angelogladding.com
(626) 755 - 1417

Reply via email to