[jQuery] .attr("href", "javascript:void(0);") not working

[jQuery] .attr("href", "javascript:void(0);") not working

I tried to do that and it still didn't work. I've been at this for quite sometime now. Could someone on the outside, try the code in their browser and tell me if they get the same error?
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Matt Oakes
Sent: Wednesday, February 28, 2007 2:41 PM
To: jQuery Discussion.
Subject: Re: [jQuery] .attr("href", "javascript:void(0);") not working
If your just trying to make the browsers default action from happening just use "return false" (No quotes). Works well for me. Sorry if thats not what your asking.
Matt
rip747