$(document).ready(function(){ alert("bbb"); $("#bbb").on("click",function(){ alert("aaa"); }); });