hello I have links in the middle or in the bottom of the page that work with AJAX with
<a href="#" onclick="getContent(13);">
when I click the link the function starts but since there's the # the browser will scroll up to the top of the page. Is there a workaround to prevent this with still showing # in the link?