How to use jQuery with AngularJS?
Answer / chaitanya
By default AngularJS use jQLite which is the subset of jQuery. If you want to use jQuery then simply load the jQuery library before loading the AngularJ. By doing so, Angular will skip jQLite and will started to use jQuery library.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is @ngmodule in angular 2?
How to setup angular 4 development environment?
What are the advantages and disadvantages of art compilation?
What do you know about internationalization? How will you implement internationalization in angularjs?
Can react be used with php?
Why to use “$http” in AngularJS?
Can you explain a situation, when to use dependency injection in angularjs?
Explain event emitters in angular 2 and how it works?
Is angularjs dependent on jquery?
What is router and switch?
What is autofilter in excel?
Explain $rootscope in angularjs.