[jQuery] stopping a link to redirecting

[jQuery] stopping a link to redirecting


I thought this would stop the link from redirecting:
$('a.some_link').click(function(event)
{
event.preventDefault();
//custom code
});
however this does not work. is thier a way is jQuery (or plain javascript)
to not have the link redirect on an onclick event?
--
View this message in context: http://www.nabble.com/stopping-a-link-to-redirecting-tp15234346s27240p15234346.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.