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
>