Turns out it was an old version of the library. On Aug 30, 1:42 pm, Giant Jam Sandwich <[EMAIL PROTECTED]> wrote: > I used to be able to do this: > > $("a").click(function(){ > alert("test"); > return false; > > }); > > <a href="#">test</a> > > It no longer works in Firefox. I read some other posts that seem to be > discussing the same thing, but nothing definitive. Bind does not work > either. However, if I change click to mouseover, then it works. > Suggestions? > > Thanks. > > Brian
- [jQuery] Re: Binding a Click Event to Anchor Tag Giant Jam Sandwich
- [jQuery] Re: Binding a Click Event to Anchor Tag Andy Matthews