Konu
JQUERY basit bir soru
02-11-2013, 13:02:46
#2
jebias
http://jsfiddle.net/BbbWf/
$('div.mysettings', 'div#username').click(function(){ $(this).css('background-color', 'black'); });
burda
$(this)
o anki tıklanan objeyi temsil eder