【发布时间】:2013-11-04 06:09:12
【问题描述】:
我尝试运行以下代码:
focusables = container.find(":focusable"); where container is a div.
我得到了错误:
Syntax error, unrecognized expression: unsupported pseudo: focusable
我用的是jquery-1.9.1,请问是什么原因?有没有其他方法可以在 div 中找到所有可聚焦的元素?
【问题讨论】:
-
你也在用jquery ui吗?
标签: javascript jquery jquery-selectors focusable