Selector to find every focusable elements. Useful to find the first focusable element that can have the focus. I use this snippet a lot when building websites that need to be accessible.
Add jQuery to your project.
Just add the content of jquery.focusable.js to your javascript files. Make sure jQuery is loaded before including this snippet.
$('#my-container').find(':focusable');