[jQuery] Re: Click event for anchor tag goes to url in href attribute

2008-09-25 Thread Henson
Yeah It's right! Haha

[jQuery] Re: Click event for anchor tag goes to url in href attribute

2008-09-24 Thread Karl Rudd
Put the following at the end of the click function: return false; This tells the browser that it should not do what it normally does when a link it clicked (it works for other events too). Karl Rudd On Thu, Sep 25, 2008 at 6:04 AM, cnu [EMAIL PROTECTED] wrote: Hi, I have an anchor tag