관리자 tr class=row2 지우고 일괄 설정 하도록

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5095 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2008-12-16 07:07:49 +00:00
parent e332eeec0e
commit d2e802463e
2 changed files with 4 additions and 4 deletions

View file

@ -52,3 +52,6 @@ function doRecompileCacheFile() {
}
jQuery(function(){
jQuery("table.adminTable tr").attr('class','').filter(":nth-child(even)").attr('class','row2');
});

View file

@ -245,7 +245,4 @@
<!--@end-->
</form>
<script type="text/javascript">//<![CDATA[
jQuery(function(){ jQuery("table.adminTable tr:nth-child(even)").attr('class','row2');});
//]]></script>
</form>