有些麻煩的是這個網站與jQuery
<div class='title centered'>SCE</div>
<div class='description'>
Magna tristique pulvinar porta montes, scelerisque
odio montes porta habitasse, ut, arcu scelerisque vel, pellentesque
</div>
我需要點擊父(標題)後褪色切爾德桑DIV(介紹)。
$('.title').click(function() {
$(this).find('.description').fadeOut(fadeTime);
})
出了什麼問題?
嘗試在標題中更具體。你會得到更好的結果。 – 2010-03-20 17:18:10