-3

Can I use jQuery and AngularJS together in one script? If i use that way, is there any chance of having performance issues?

MAXE
  • 4,978
  • 2
  • 45
  • 61
sanjeewa
  • 564
  • 1
  • 5
  • 17
  • It is called jquery not jquary, and you shouldn't have any performance issues. – KingCoder11 Jun 26 '17 at 05:32
  • 3
    Possible 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 Answers2

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.

https://docs.angularjs.org/api/ng/function/angular.element

theRemix
  • 2,154
  • 16
  • 16
0

I use jquery and angular together for a long time, and no problem comes

lex
  • 41
  • 2