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
Explain the difference between angular and angularjs?
Tell me can we use the open-source closure library with angular?
Why use pipes in angular?
Does bootstrap require jquery?
Explain service? When we should use service?
How to use ng-show and ng-hide in angular js?
What are template expressions in angular?
What is emit in angular?
What is the latest version of angular?
What is nginclude?
What is the controller in angularjs?
Explain route configuration? And explain with code?
What do you understand by constants in angular?
What is lazy loading and how to enable lazy loading?
How to implement internationalization in angular js?