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