Return to Snippet

Revision: 56782
at April 15, 2012 20:14 by paul0078


Initial Code
$(".button_map").click(function() {
    alert('button clicked!');   
    return false; // this line stops the browser from completing any default 	behaviour such as scrolling the page
});

Initial URL


Initial Description


Initial Title
jQuery Click event

Initial Tags
javascript, jquery

Initial Language
JavaScript