jQuery click() Yöntemi

$(document).ready(function(){ 
  $("selector").click(function(){ 
    ... 
  }); 
});