How to access jQLite or jQuery with AngularJS?



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

Post New Answer

More AngularJS Interview Questions

What is single page application (spa)?

1 Answers  


Can you disable route guard?

1 Answers  


What is pipe?

1 Answers  


Enlist major matchers available in jasmine?

1 Answers  


Is pipe a system call?

1 Answers  


What is angular material?

1 Answers  


What are the components in angular2?

1 Answers  


Why is typescript used in angular?

1 Answers  


In case of nested controllers, does the $scope object shared across all controllers?

1 Answers  


What is constant?

1 Answers  


Explain ng-bind directive ?

1 Answers  


What is the bootstrapping in AngularJS?

1 Answers  


Categories