+ 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?
3 odpowiedzi
+ 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.
+ 2
Please use the search feature, this question has been asked before
👇
https://www.sololearn.com/discuss/1195842/?ref=app
+ 1
Thanks for information!