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 are angular httpheaders?

0 Answers  


What’s the used of @outputs in angular 2?

0 Answers  


What is ng build?

0 Answers  


What are Services in Angular and what command is used to create a service?

0 Answers  


How can you hide an html element just by a button click in angular?

0 Answers  






What is router and switch?

0 Answers  


What is a controller javascript?

0 Answers  


How to use $routeparams in generating the templateurl?

0 Answers  


Explain One-way binding in AngularJS?

0 Answers  


What are the filters in angular js?

0 Answers  


How does angular use singleton pattern?

0 Answers  


What is two-way bindings?

0 Answers  


Categories