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 service in angularjs with example?
what is the difference between a module’s forroot() and forchild() methods and why do you need it?
How to define custom typings to avoid editor warnings?
How to setup and install ionic framework with angular 4?
What is parent scope and rootscope in angularjs?
Is angularjs used for backend?
Why to use “$http” in AngularJS?
What is the traceur compiler?
What is npm start?
What is a template reference variable?
What is decorator in angular 2?
How to change start and end symbols used for angularjs expressions?