我在找…
$(':input:not(readonly)') // all inputs which are not readonly
但努力找到语法。
任何指针?谢谢
解决方法
这应该工作:
$(":input:not([readonly])")