I know PHP and MVC, but when I work on Joomla I don’t want to learn Mootools for AJAX, I rather want to include jQuery, which I know completely. I think IMHO jQuery has the biggest mind in AJAX libraries.
When I work on Magento, instead of using the associated prototpye, I use jQuery. The same thing happens with SocialEngine, where I don't use mootools related ones, but jQuery, which I know better.
Personally, I believe that you can enable 2 Javascript Libraries in one HTML page, because it does not add additional load to the Server. Even in the client’s browser, I find no performance issues. Moreover, since jQuery is downloaded from the Google CDN, there is every chance that this browser already has it.
Do you think it is possible to include 2 Javascript libraries per 1 HTML page?
source
share