Can i use both Angular JS and Jquery in a Web page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can i use both Angular JS and Jquery in a Web page?

Using multiple script tags can i use both the frameworks in a single web page?

21st May 2018, 1:05 AM
Abbhinav Bharadwaj
3 Answers
+ 7
Yes, although you should not. Angularjs (1.x.x) already has its own implementation of JQuery internally and you can possibly manipulate the DOM with Angularjs without problems. Angular 2 (and all later versions) have a different approach, so I really doubt you need to use JQuery in that case.
21st May 2018, 1:18 AM
Mickel
Mickel - avatar
+ 2
Please use the search feature, this question has been asked before 👇 https://www.sololearn.com/discuss/1195842/?ref=app
21st May 2018, 5:00 AM
Paul Grasser
Paul Grasser - avatar
+ 1
Thanks for information!
21st May 2018, 1:19 AM
Abbhinav Bharadwaj