7
408
jQuery(document).ready(function() { jQuery(".goster").on("click",function(){ alert(7) }); });
$(document).ready(function () { $(document).on ("click", ".goster", function () { alert("hi"); }); });