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 does ng stand for?
What is default scope in a angular directive?
What’s new in angular 4? And what are the improvements in angular 4?
What is pipes in angular 2?
How to use httpclientmodule in angular?
What is scope hierarchy?
What is better react or angular?
What is the difference between angular 6 and angular 7?
What is a service angular?
What is a good use case for ngrx/store?
What is called in angular?
How to generating new pages in angular 4 apps using ionic 3 cli?
What are the Output of AngularJS $http Service?
What are events binding in angular 4?
What is class in typescript?