This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Documentation: jqLite #11729
Open
Description
Currently AngularJS does not clarify at all its relationship with JQuery and jqLite
what is stated by the documentation is that AngularJS when present will make use of the real JQuery while if missing will ends using its jqLite implementation: https://docs.angularjs.org/misc/faq
what is totally missing is a clarification of why JQuery is preferred when present. is it for compatibility reasons?
project like GlobaLeaks (github.com/globaleaks/GlobaLeaks) would benefit of such a knowledge in order to minimize the the footprint of the application having a clear understanding of the possible losed compatibility if any: globaleaks/globaleaks-whistleblowing-software#1249