[jQuery] Re: click events on links

2009-02-14 Thread Rick Faircloth
Saturday, February 14, 2009 9:39 PM > To: jQuery (English) > Subject: [jQuery] Re: click events on links > > > i've done this before just leaving out the href in the a tag. if you > aren't going to use it, you may as well not put it in. > > On Feb 14, 5:48 pm, int

[jQuery] Re: click events on links

2009-02-14 Thread pedalpete
i've done this before just leaving out the href in the a tag. if you aren't going to use it, you may as well not put it in. On Feb 14, 5:48 pm, introvert wrote: > Hello. > > I have a simple anchor href link on which I put on click event > handler: > > > $("#pause").click(function () { >     //d