not过滤的几种写法

把所有text选中,除了TextBox6

 

$(":text,:password").not("#TextBox6")

$(":text,:password").not($("#TextBox6")[0])

 

$(":text:not(#TextBox6),:password")

$(":text:not('#TextBox6'),:password")

posted @ 2010-05-08 19:04  jetz  阅读(238)  评论(0编辑  收藏  举报