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 |
What is meant by lazy loading?
How do you define a module?
In how many ways the Data Binding can be done?
What is ivy renderer?
What is angular cli? List the command to install angular cli?
What is routerstatesnapshot in angular?
Difference between services and factory.
How to hide or show a div in angularjs?
Explain ngif directive with an example.
Explain bootstrapping in angularjs?
What is difference between $document and window.document in AngularJS?
What is the latest angular?