Posts by Rafael Silva Carvalho • 9 points
1 post
-
0
votes4
answers17179
viewsA: How to know if an element was clicked using pure Javascript
Another thing that solves and I believe that is simpler would be: $("#list a").click(function(event){ event.preventDefault(); //Essa linha vc coloca caso queira anular o evento do click da tag…