Naomi
0
Q:

jquery click not working

$(document).ready(function() {
  $("#clicker").click(function () {
    alert("Hello!");
    $(".hide_div").hide();
  });
});
-1

Tags

New to Communities?

Join the community