question in subject . .
basically i see that i can do this to get all hidden elements
var input = $(#mytable:hidden);
but i can't seem to do something like this:
var input = $(#mytable:hidden:input.updatable);
is there a way to have multiple criteria in a selector