<div class="codetitle"> <span><a style="CURSOR: pointer" data="85885" class="copybut" id="copybut85885" onclick="doCopy('code85885')"><u>复制代码</u></a></span> 代码如下:</div> <div class="codebody" id="code85885"> <br><script type="text/javascript"><br>$(function(){<br> $("#downloadchartsright .chartstitleopt,#downloadchartsleft .chartstitleopt").click(function(){<br> $(this).siblings().removeClass('underline').end().addClass('underline');<br> });<br>})<br></script><br> </div> <br><br><img src="http://files.jb51.net/file_images/article/201311/20131115151550.gif" alt="jquery slibings选取同级其他元素的实现代码_jquery" ><br><br>比如点击“今日排名”“本周排名”“本月排名”显示底部下划线,可以通过以上jquery代码显示隐藏样式。