SyntaxFix
Write A Post
Hire A Developer
Questions
You have to wrap your Javascript-Code with $(document).ready(function(){});Look this JSfiddle.
$(document).ready(function(){});
JS Code:
$(document).ready(function() { $("#clicker").click(function () { alert("Hello!"); $(".hide_div").hide(); }); });