<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コードで非表示のスタイルを表示することができます。