$(document).ready(function(){ $("#cl").click(function(){ alert("HELLO WORLD!"); }); }); CLICK BELOW BUTTON TO SEE ALERT BOX

Click Me