$(document).ready(function() { $("#btn_login").click(function() { alert("clicked"); }); });