Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
jun xue
417 PointsHow the anglarJS work with the JQuery? Any impact should be pay attention to?
seems anglarJs has some conflict with the JQuery, so what's the limitation when use them both in the application.
1 Answer
Steven Parker
243,306 Points
AngularJS uses jQuery.
If jQuery is not present in your script path, Angular falls back to its own implementation of a subset of jQuery called jQLite.
The only concern might be version compatibility. Check the AngularJS documentation for details.