This answer tells which HTML elements can receive focus. Is there a jQuery selector that matches exactly these elements?
For now I\'m just using $(\'input,sele
$(\'input,sele
In jQuery not exists the selector you're finding.
If you're already using jQueryUI, you can use :focusable selector.
http://api.jqueryui.com/focusable-selector/