Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不确定我做错了什么,但由于某种原因,我无法让 AngularJS UI 的 jquery passthrough 正常工作。
我认为我的模块设置正确(从 angular-ui 站点复制了示例)。
这是一个小提琴
http://jsfiddle.net/huYQ6/2/
您必须在 angular 之前导入 jQuery 以使其将 jQuery 用于 angular.element(因为 angular-ui 使用 angular.element 来查找 jQuery.fn.yourFunction),这是一个有效的小提琴:
http://jsfiddle.net/huYQ6/6/