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 differences between template and templateurl?
Can't bind to ngmodel since it isn't a known property of input angular?
What is the difference between angular service and factory?
Explain ng-include directive.
How many types of services are there in angularjs?
Explain what is dependency injection in angularjs?
Is angular backward compatible?
What is flex layout in angular?
What is angular framework?
What is a controller angular?
What is buffer (window storage)?
What are scopeless controller in angularjs?
Difference between constructor and ngoninit?
Explain ngfor and nglf? 20. What is hoisting in js?
What are angular providers?