admin管理员组

文章数量:1340295

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?

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?

Share Improve this question edited Nov 4, 2013 at 6:12 BoltClock 725k165 gold badges1.4k silver badges1.4k bronze badges asked Nov 4, 2013 at 6:09 user584263user584263 3856 silver badges19 bronze badges 1
  • are you using jquery ui as well? – Surender Commented Nov 8, 2013 at 14:01
Add a ment  | 

1 Answer 1

Reset to default 15

This seems not to be part of jQuery, but of jQuery UI: https://github./jquery/jquery-ui/blob/44b2180782df6ef3324789324fcf3f98b85784a0/ui/jquery.ui.core.js#L93

Update: I've extracted this code into a small jquery "plugin", see: https://gist.github./njam/7974250

本文标签: javascriptJquery unsupported pseudo focusableStack Overflow