How to access jQLite or jQuery with AngularJS?



How to access jQLite or jQuery with AngularJS?..

Answer / chaitanya

jQuery lite or the full jQuery library if available, can be accessed via the AngularJS code by using the element() function in AngularJS. Basically, angular.element() is an alias for the jQuery function i.e. angular.element() === jQuery() === $()

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is lazy loading angularjs?

0 Answers  


What is digest cycle?

0 Answers  


What is activatedroute?

0 Answers  


What companies are using angular?

0 Answers  


Is angular open source?

0 Answers  






What is change detection strategy in angular?

0 Answers  


How do you define the transition between two states in angular?

0 Answers  


What is context in angularjs?

0 Answers  


How to create a new project in angular js using cli?

0 Answers  


What is eager loading in angular 4?

0 Answers  


Explain about routing and why do we use it?

0 Answers  


What is $rootscope in AngularJS?

0 Answers  


Categories