Hey Guys,
I am pretty new to JS - so just wondering whether you know how to solve this problem.
Current I have in my code
<a href='#' class="closeLink">close</a>
Which runs some JS to close a box. The problem I have is that when the user clicks on the link - the href="#" takes the user to the top of page when this happens.
How to solve this so it doesn't do this ? i.e. I cant use someting like onclick="return false" as I imagine that will stop the JS from working ?
Thanks