<div class="codetitle"> <span><a style="CURSOR: pointer" data="15694" class="copybut" id="copybut15694" onclick="doCopy('code15694')"><u>复제대码</u></a></span> 代码如下:</div> <div class="codebody" id="code15694"> <br>$('#<%=AllEvent.ClientID%> tr :not(:has("th"))').hover(function () { <br>$bg = $(this).css('배경색'); <br>$(this).css( '배경색', '#ffc4c6'); <br>}, <br>function () { <br>$(this).css('배경색', $bg) <br>}); <br> </div>