$( ".resimserit" ).delegate( "button", "click", function() {
  alert("OK");
});