Hi,
I just installed jqueryeasy to try to solve jquery conflict, and while it works when I select to load jquery from Joomla Framework, it doesn't work when I try to load jquery from google CDN.
I then get the script error "Error in file:/plugins/system/jqueryeasy/jquerynoconflict.js; Error:jQuery is not defined"
The subversion is defined in jqueryeasy and here is the report(it's in french, but I'm sure you're so used to reading that report now that you don't require the first few words in english
)
Bootstrap est chargé par le template
jQuery est chargé par le template
scripts ré-organisés dans <head>
retiré 1 script(s) jquery-noconflict.js
retiré bibliothèque jQuery /media/jui/js/jquery.min.js
retiré bibliothèque jQuery
www.quebeciskf.com/components/com_compro...s?v=1744e53b3d1feef1
bibliothèque jQuery
ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js ajoutée
retiré 2 script(s) Migrate
plugin jQuery Migrate /media/jui/js/jquery-migrate.min.js ajouté
script /plugins/system/jqueryeasy/jquerynoconflict.js ajouté
retiré 5 <script> vides
Temps d'excécution (en secondes): 0.30646467208862
So it seems to load jquery 1.11.2 from google correctly, but the website can't seem to be able to use it. When I select "Joomla Framework" as the source it works, and the report looks like this:
Bootstrap est chargé par le template
jQuery est chargé par le template
scripts ré-organisés dans <head>
retiré 1 script(s) jquery-noconflict.js
retiré bibliothèque jQuery /media/jui/js/jquery.min.js
retiré bibliothèque jQuery
www.quebeciskf.com/components/com_compro...s?v=1744e53b3d1feef1
bibliothèque jQuery /media/jui/js/jquery.min.js ajoutée
retiré 2 script(s) Migrate
plugin jQuery Migrate /media/jui/js/jquery-migrate.min.js ajouté
script /media/jui/js/jquery-noconflict.js ajouté
retiré 5 <script> vides
Temps d'excécution (en secondes): 0.30301308631897
Any idea why it doesn't work with google jquery? It's the same version after all. I did take a look at other forum post, but no solutions from those either.
thanks