Search Results

0
votes

How do I stop a web page from scrolling to the top when a link is clicked that triggers javascript?

Returning false from the code your calling will work and in a number of circumstances is the prefered method but you can also so this <a href="javascript:;">Link Title</a& …