# IT:AD:Angular.JS:HowTo:Work with JQuery # * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} You noticed that both Angular and JQuery both use '$'... ## Notes ## 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. Angular 1.3 only supports jQuery 2.1 or above. jQuery 1.7 and newer might work correctly with Angular but we don't guarantee that. ## Resources ## * https://docs.angularjs.org/misc/faq