Can I use jQuery and AngularJS in one document? Seeing as you need to specify the source I wouldn't know how to specify two | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Can I use jQuery and AngularJS in one document? Seeing as you need to specify the source I wouldn't know how to specify two

5th Apr 2018, 8:21 PM
Paul Grasser
Paul Grasser - avatar
4 Answers
+ 6
<script src="jquerysource"></script> <script src="angularsource"></script> you can use several libraries in one document
5th Apr 2018, 8:29 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 5
You can use as many as you want
5th Apr 2018, 8:24 PM
Toni Isotalo
Toni Isotalo - avatar
+ 5
thanks 🇳🇬Brains and good answer Paul Grasser
6th Apr 2018, 1:15 AM
Biel Blue
Biel Blue - avatar
+ 2
Thanks🤗
7th Apr 2018, 7:25 PM
Paul Grasser
Paul Grasser - avatar