mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
관리자 tr class=row2 지우고 일괄 설정 하도록
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5095 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e332eeec0e
commit
d2e802463e
2 changed files with 4 additions and 4 deletions
|
|
@ -52,3 +52,6 @@ function doRecompileCacheFile() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
jQuery(function(){
|
||||||
|
jQuery("table.adminTable tr").attr('class','').filter(":nth-child(even)").attr('class','row2');
|
||||||
|
});
|
||||||
|
|
@ -245,7 +245,4 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
<script type="text/javascript">//<![CDATA[
|
|
||||||
jQuery(function(){ jQuery("table.adminTable tr:nth-child(even)").attr('class','row2');});
|
|
||||||
//]]></script>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue