Front End Developer (AngularJS) Question: Download Front End Developer (AngularJS) PDF

Explain does Angular use the jQuery library?

Tweet Share WhatsApp

Answer:

Yes, Angular can use jQuery if it's present in your app when the application is being bootstrapped. If jQuery is not present in your script path, Angular falls back to its own implementation of the subset of jQuery that we call jQLite.

Due to a change to use on()/off() rather than bind()/unbind(), Angular 1.2 only operates with jQuery 1.7.1 or above.

Download Front End Developer (AngularJS) PDF Read All 62 Front End Developer (AngularJS) Questions
Previous QuestionNext Question
How would you call a function directly on a string?Tell me what are the basic rules to remember for Coffee Script?