我需要在 $element 上做一些 dom 遍历,但是 jQuery 或 jQlite 并没有做我需要的开箱即用的事情,所以我需要使用一个名为 closeChild 的 jQuery 插件。
https://github.com/lolmaus/jquery.closestchild/blob/master/jquery.closestchild.js
我已经使用 bower 安装了,我试图在脚本标签中的 angular.min.js 之后加载它,但仍然出现以下错误。
Uncaught TypeError: Cannot read property 'fn' of undefined
所以,我假设 Angular 附带的 jQlite 默认情况下不会给你 $ 使用?还是我只是按错误的顺序做事?