I was wondering if it is possible to focus the field of the first empty visible "input" with only one jQuery selector : something like $('superamazingselector').focus();
With input fields, I mean: text areas, inputs (rather than type = "hidden"), selects, radio buttons, unchecked checkboxes. I think this "super selector" will be very convenient on many pages.
source share