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 the use of @Input and @Output?

1 Answers  


What is a ngmodule?

1 Answers  


What is angular framework?

1 Answers  


What is router events in angular?

1 Answers  


Explain the steps for creating a services in angular 2?

1 Answers  


What do you mean by $rootscope in angularjs?

1 Answers  


What is ngrx?

1 Answers  


Why services are used in angularjs?

1 Answers  


What are the difference between component and directive in angular 2?

1 Answers  


Explain angular 2 hidden property?

1 Answers  


What is a controller javascript?

1 Answers  


Who made redux?

1 Answers  


Categories