I tried to run the following code :
focusables = container.find(":focusable"); where container is a div.
I get the error :
Syntax error, unrecognized expression: unsupported pseudo: focusable
I am using jquery-1.9.1.What is the reason? Is there any other way to find all the focusable elements in a div?