How to access jQLite or jQuery with AngularJS?
Answer Posted / 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 View All Answers
What are the components in angular2?
What are components in angular?
What is route guards?
Explain angular 4 providers.
What is bootstrapping in angular js?
Explain the difference between a factory and a service in angularjs?
Explain digest life-cycle in AngularJS?
How many times ngoninit is called?
What is the scope in angularjs?
Is angular a mvc?
Is it possible to have a multiple router-outlet in the same template?
Explain viewencapsulation?
How can we implement spa with angular?
Explain the concept of scope hierarchy?
What do you mean by controllers?