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

Explain jqlite.

0 Answers  


Explain filters in angularjs?

0 Answers  


What is injector?

0 Answers  


What mean by topology?

0 Answers  


What is @viewchild?

0 Answers  


Explain Authentication and Authorization?

0 Answers  


Can angular run without node?

0 Answers  


Write the difference between directive and component in angular js?

0 Answers  


Where can we implement the dom manipulation in angularjs?

0 Answers  


How prevents html dom based cross site scripting (xss) attacks?

0 Answers  


What a digest cycle is in angularjs?

0 Answers  


Why do we use angular 2?

0 Answers  


Categories