<td class="val">
                        <input type="hidden" id="List_UpMsg" />
                        <input type="hidden" id="List_AttachName" />
</td>

如果用 $.find(":text,textarea,:hidden")  将只会找到1个

如果用 $.find(":text,textarea,input[type=hidden]") 2个都会找到。

看来 :hidden input[type=hidden] 在Find中 不一样

相关文章:

  • 2021-09-06
  • 2022-01-03
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2021-06-09
  • 2022-01-29
  • 2021-09-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案