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
1 Answer
Reset to default 15This 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
版权声明:本文标题:javascript - Jquery unsupported pseudo: focusable - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743616109a2510767.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论