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
How do you share data between controllers in angularjs?
What is single page application?
What is lazy loading and how to enable lazy loading in angular 2?
What are filters in angularjs? Can you list some?
What is angularjs latest version?
What methods $resource service object support?
Is angular 8 released?
What is transpiling?
How to upgrade angular 2 project to angular 4? Explain
How would you pass data from a parent component to a child component?
What is angularjs value?
How did you get the value from input box using jquery?
When to use ngoninit and constructor in angular 2?
What are the components?
What are the advantages of token-based authentication?