没问题, 如果有jquery, angular会使用jquery, 否则才用angular自带的jqlite
https://docs.angularjs.org/misc/faq
Does Angular use the jQuery library?
Yes, Angular can use jQuery if it's present in your app when the application is being bootstrapped. If jQuery is not present in your script path, Angular falls back to its own implementation of the subset of jQuery that we call jQLite.
Angular 1.3 only supports jQuery 2.1 or above. jQuery 1.7 and newer might work correctly with Angular but we don't guarantee that.
【 在 temporary (昙花一现) 的大作中提到: 】
: 好用不
--
FROM 167.220.232.*