JavaScript
Prevent default behaviour of anchor tag by jQuery and JavaScript
In anchor tag when we assign href attribute with URL then on click on that it will redirect to that URL. In this post we will know...