$(":input:not([type=hidden])")
“:input” is a jQuery pseudo selector… “Selects all input, textarea, select and button elements.”
http://api.jquery.com/input-selector/
$(":input:not([type=hidden])")
“:input” is a jQuery pseudo selector… “Selects all input, textarea, select and button elements.”
http://api.jquery.com/input-selector/