+ 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
4 Respostas
+ 6
<script src="jquerysource"></script>
<script src="angularsource"></script>
you can use several libraries in one document
+ 5
You can use as many as you want
+ 5
thanks 🇳🇬Brains
and good answer Paul Grasser
+ 2
Thanks🤗