DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> jQuery入門知識 >> JQuery特效代碼 >> jquery slibings選取同級其他元素的實現代碼
jquery slibings選取同級其他元素的實現代碼
編輯:JQuery特效代碼     
. 代碼如下:
<script type="text/javascript">
$(function(){
    $("#downloadchartsright .chartstitleopt,#downloadchartsleft .chartstitleopt").click(function(){
        $(this).siblings().removeClass('underline').end().addClass('underline');
    });
})
</script>




比如點擊“今日排名”“本周排名”“本月排名”顯示底部下劃線,可以通過以上jquery代碼顯示隱藏樣式。
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved