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 |
Why do we use ngmodel?
What is data binding in angular?
Why angular is needed?
How prevents html dom based cross site scripting (xss) attacks?
Please explain unit testing in angular?
Whats is a filter?
What is innerhtml in angular?
What are observables in angular 2?
Difference between $rootscope & $scope?
How can we implement spa with angular?
What is issue with two-way data binding?
How did you hidden (not hide) the element in jquery?