Home Gitesh Portfolio Blog About Me Gallery Contact

Stop A(hyperlink) tag to add # tag to the url

http://api.jquery.com/event.preventDefault/

<script>
$("a").click(function(event) {
event.preventDefault();
});
</script>


Posted: 22/04/2013 8:19:29 p.m. by Gitesh Shah | with 0 comments