Foren

Jquery

Chicon Samu, geändert vor 14 Jahren.

Jquery

Regular Member Beiträge: 120 Beitrittsdatum: 30.08.07 Neueste Beiträge
Which jquery version does liferay use and for what in detail?
thumbnail
Jonas Yuan, geändert vor 14 Jahren.

RE: Jquery

Liferay Master Beiträge: 993 Beitrittsdatum: 27.04.07 Neueste Beiträge
jQuery 1.2.6 - New Wave Javascript

Jonas Yuan
-----------------
Liferay Books

Liferay Portal 5.2/5.3 Systems Development
Liferay Portal 4.4/5.0 Enterprise Intranets
Chicon Samu, geändert vor 14 Jahren.

RE: Jquery

Regular Member Beiträge: 120 Beitrittsdatum: 30.08.07 Neueste Beiträge
How can I change the version of jquery from liferay? E.g. if I want to use 1.3.2? Is this possible? When does liferay update the jquery version?
Caroline Gessner, geändert vor 14 Jahren.

RE: Jquery

Junior Member Beiträge: 32 Beitrittsdatum: 23.11.09 Neueste Beiträge
I'm wondering about the same thing, anybody got any clues how to change it or is it not possible?

And another question:
Where can one check which version of liferay uses which version of jQuery?
I found this paragraph in the liferay-administration-guide 5.3:
JAVASCRIPT CHANGES
The Javascript in Liferay has undergone a refactoring to use the jQuery UI en-
gine, upgrading jQuery to the latest version (version 1.2.6 in Liferay 5.1), and remov-
ing the Interface library. We've also removed and changed many of our methods that
were polluting the global name space and/or were not being used anymore.

Is the Admin Guide the place to check jOuery Version?

Any answers appreciated emoticon
John Bush, geändert vor 14 Jahren.

RE: Jquery

New Member Beiträge: 2 Beitrittsdatum: 12.10.09 Neueste Beiträge
Caroline Gessner:

Where can one check which version of liferay uses which version of jQuery?


Appears to be 1.2.6 in EE 5.2 SP2 and SP3

per Nate Cavanaugh:
If you're using the Tomcat bundle, just go into the webapps/ directory,
then ROOT/html/js/jquery/jquery.js and if you open that file you'll see
the version of jQuery at the top.
Adeel Aslam, geändert vor 10 Jahren.

RE: Jquery

New Member Beiträge: 22 Beitrittsdatum: 09.12.12 Neueste Beiträge
I have both Glassfish and tomcat bundle and there is no jQuery folder in html/js/ in the bundles.

when I try to put JQuery in the main.js and than load it automatically after including JQuery latest versions in portal_normal.vm automatic operation does not work in FireFox but from ScratchBoard if I manually execute my JavaScript or JQuery it works.