`
side91
  • 浏览: 13650 次
  • 性别: Icon_minigender_1
  • 来自: 厦门
最近访客 更多访客>>
社区版块
存档分类
最新评论

test1

CSS 
阅读更多
<body>



  <table id="t1" border="1"> 
    <tr><td>Row with Index #0</td></tr> 
    <tr><td>Row with Index #1</td></tr> 
    <tr><td>Row with Index #2</td></tr> 
    <tr><td>Row with Index #3</td></tr> 
  </table> 


<script>

$("tr").not(":first,:last").css({"background-color":"red"});

</script>
分享到:
评论
1 楼 side91 2009-07-30  
, 多选择器
css(  { "":""  ,  "":"" }  )

相关推荐

Global site tag (gtag.js) - Google Analytics