Can I use jQuery and AngularJS together in one script? If i use that way, is there any chance of having performance issues?
Asked
Active
Viewed 142 times
-3
-
It is called jquery not jquary, and you shouldn't have any performance issues. – KingCoder11 Jun 26 '17 at 05:32
-
3Possible duplicate of [how about using Angular2 + JQuery together?](https://stackoverflow.com/questions/41834089/how-about-using-angular2-jquery-together) – Daniel Beck Jun 26 '17 at 05:38
2 Answers
2
Yes you can.
Angular 1.x already has jqLite available.
If you were to also include jQuery, then yes you could see performance degredation.

theRemix
- 2,154
- 16
- 16