$(function(){ $(document).on("click", function(e){ console.log("h"); }); }); Not working. https://jaygujaratgarvi.blogspot.com
$(function(){
$(document).on("click", function(e){
console.log("h");
});
});
Not working. https://jaygujaratgarvi.blogspot.com