jQuery "not readonly" selector

Viewed 52748

I'm looking for something along the lines of...

$(':input:not(readonly)') // all inputs which are not readonly

but struggling to find the syntax.

Any pointers? thanks

5 Answers
Related