把所有text选中,除了TextBox6

 

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

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

 

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

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

相关文章:

  • 2021-08-04
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2021-06-02
  • 2022-12-23
  • 2021-11-17
  • 2021-05-28
猜你喜欢
  • 2022-12-23
  • 2021-12-23
  • 2021-12-07
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
相关资源
相似解决方案