How to use jQuery with AngularJS?



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

Post New Answer

More AngularJS Interview Questions

In how many ways the Data Binding can be done?

0 Answers  


In angular what is string interpolation?

0 Answers  


Explain the difference between constructor and ngoninit in angular 6?

0 Answers  


How does change detection work in angular?

0 Answers  


What are the filters in angular js?

0 Answers  






Explain what is a factory method in angularjs?

0 Answers  


Explain .config() and .run() methods in angularjs?

0 Answers  


In collection of array how to collect all the true state from active true and active false?

0 Answers  


Can’t retrieve the injector from angular js?

0 Answers  


What is the use of pipe in rxjs?

0 Answers  


What is the scope of a $scope?

0 Answers  


What does ng stands for in angular?

0 Answers  


Categories