How to disable page jump while clicking on anchore
Sometimes we want to perform some javascript actions using link but don’t want to jump to another page. We can do this using event object.
For example we have a link say:
Say Hello
Clicking this link will show an alert saying “Hello” but will then move to http://www.example.com/.Read More »How to disable page jump while clicking on anchore