Using jQuery: with the following code, I would like the href url (in this case, the hash '#') to start when clicked, but still allows the click event to continue to expand the chain. How can this be achieved?
<div> <a href="#">Test</a> </div> $('a').click(function(e){
Steve
source share