jQuery(function($){ $('#mya').click(function() { //alert("a"); console.log("a"); }); });