jQuery的運行功能,我想運行基礎上,EQ()選擇一個功能:上選擇
$('div.entry-content div.one_fifth').eq(0, function(){
$(this).css({background: 'url(../wp-content/themes/genesis/images/plant_hire.jpg) no-repeat center'});
$(this).on('hover',function(){
alert('Test');
});
});
什麼是錯的,因爲裏面的功能我的語法不工作
感謝
'.eq()'沒有回調。 – j08691 2013-05-14 18:20:06
.eq()方法不會也不應該接受第二個參數。 – 2013-05-14 18:20:20
是啊...但你知道我想做什麼...這是最好的,因爲我可以解釋它... – DextrousDave 2013-05-14 18:21:33