0
我試圖在YUI中複製簡單的懸停效果,就像使用jQuery一樣,但它有點令人困惑。 如jQuery的它會去:jQuery像YUI中的圖像交換
$('.hoverclass').hover(function() {
$(this).addClass('up');
}, function() {
$(this).removeClass('up');
});
任何指針如何做到這一點的YUI?
謝謝。
jugger你應該標記答案是正確的。 –