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
Is primefaces free?
Difference between directive and pipe in angular?
What are the different types of directive?
What is link function in angularjs?
What is the template in angularjs?
How angular protects us from xss attacks?
What is the difference between angular 7 and angular 8?
What is command for create & execute project in angular 4?
Explain ng-bind directive ?
What is ngmodule in angular?
What is angular cli used for?
How many scopes can an application have?
Explain about angularjs value?
What is flex in angular material?
What is a template in angular7?