我需要做一個$元素上的一些DOM遍歷,但是jQuery的或jQlite不這樣做,我需要開箱什麼,所以我需要使用jQuery插件叫做closestChild。角JS - 添加一個jQuery插件jQlite
https://github.com/lolmaus/jquery.closestchild/blob/master/jquery.closestchild.js
我一直在使用亭子安裝和我想angular.min.js後加載它在我的腳本標記,但仍然得到了下面的錯誤。
Uncaught TypeError: Cannot read property 'fn' of undefined
所以,我認爲,與Angular自帶的jQlite不會給你$默認工作?或者我只是以錯誤的順序做事情?
難道這需要你在寫一個指令裏面? – mccainz
是的,我需要能夠遍歷下來找到$ main元素中的元素,以便我可以將類應用到它。 – jonhobbs