[jQuery] Re: safari failing to remove()

2007-07-25 Thread RwL
> As you're adding the span to the link itself, maybe both click events > somehow interfere in Safari... what about: I think you're right on the money... I haven't tried your code yet, but mine was fixed instantly by using insertAfter() instead of append(), and I think that will be fine for my pu

[jQuery] Re: safari failing to remove()

2007-07-25 Thread Klaus Hartl
RwL wrote: Can't figure out for the live of me why remove() is working on this function in every browser but Safari: http://www.lifford.org/exp/tmr.html to summarize what's going on, this is my only function: $(document).ready(function() { $('a').not($("#nav [EMAIL PRO