Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Html
prevent from going to a function html click
Eva
Programming language:
Html
2021-05-26 15:50:25
0
Q:
prevent from going to a function html click
Nathan Osman
Code:
Html
2021-04-12 08:22:59
$("#clickable a").click(function(e) { // Do something e.stopPropagation(); });
0
Tags
click
html
function
Related
html onclick stop propagation
javascript inline onclick get event
New to Communities?
Join the community