How to use jQuery with AngularJS?



How to use jQuery with AngularJS?..

Answer / chaitanya

By default AngularJS use jQLite which is the subset of jQuery. If you want to use jQuery then simply load the jQuery library before loading the AngularJ. By doing so, Angular will skip jQLite and will started to use jQuery library.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is meant by lazy loading?

0 Answers  


How do you define a module?

0 Answers  


In how many ways the Data Binding can be done?

0 Answers  


What is ivy renderer?

0 Answers  


What is angular cli? List the command to install angular cli?

0 Answers  


What is routerstatesnapshot in angular?

0 Answers  


Difference between services and factory.

0 Answers  


How to hide or show a div in angularjs?

0 Answers  


Explain ngif directive with an example.

0 Answers  


Explain bootstrapping in angularjs?

0 Answers  


What is difference between $document and window.document in AngularJS?

1 Answers  


What is the latest angular?

0 Answers  


Categories