Warning: This may be a very stupid question...
I'm currently using <A>
tags with jquery to initiate things like click events, etc.
Example is <a href="#" class="someclass">Text</a>
But I hate how the '#' makes the page jump to the top of the page...what can I do instead?