我通常只是这样做:
$("#formid input, #formid select, #formid textarea")
但这有什么简写,比如..
$("#formid All-Form-Elements")
?
jquery
jquery ×1