. 代碼如下:
<script type="text/javascript">
$(function(){
$("#downloadchartsright .chartstitleopt,#downloadchartsleft .chartstitleopt").click(function(){
$(this).siblings().removeClass('underline').end().addClass('underline');
});
})
</script>
比如點擊“今日排名”“本周排名”“本月排名”顯示底部下劃線,可以通過以上jquery代碼顯示隱藏樣式。