jQuery(document).ready(function () {
jQuery("body").on("click", ".tiklanacak-nesne", function () {
// burada ilgili işlemler.
});
});