Posted in Javascript onNovember 15, 2013
<script type="text/javascript"> $(function(){ $("#downloadchartsright .chartstitleopt,#downloadchartsleft .chartstitleopt").click(function(){ $(this).siblings().removeClass('underline').end().addClass('underline'); }); }) </script>
比如点击“今日排名”“本周排名”“本月排名”显示底部下划线,可以通过以上jquery代码显示隐藏样式。
jquery slibings选取同级其他元素的实现代码
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@