function klik(obj) { $(obj).attr({ title : $(this).attr('orig') + $(this).attr('val'), val : +$(this).attr('val') + 200 }); }
onclick="klik(this);"