Foros de discusión

Documentation on Liferay's jQuery 1.2.6

Omari Wright, modificado hace 13 años.

Documentation on Liferay's jQuery 1.2.6

New Member Mensaje: 1 Fecha de incorporación: 29/04/10 Mensajes recientes
Where can I find documentation on the custom jQuery UI that ships with Liferay 5.2.3. In particular, I am interested in the autocomplete plugin.
Bruno De Chirico, modificado hace 11 años.

RE: Documentation on Liferay's jQuery 1.2.6

New Member Mensajes: 3 Fecha de incorporación: 29/01/13 Mensajes recientes
I've the same need.
Can anyone provide any information (examples and so on) about jquery autocomplete in Liferay 5.2.3?
thanks.
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Documentation on Liferay's jQuery 1.2.6

Liferay Legend Mensajes: 14914 Fecha de incorporación: 2/09/06 Mensajes recientes
I believe jquery has all of their archived documentation; Liferay certainly wouldn't have it around (especially since it wasn't well documented in the first place).
Bruno De Chirico, modificado hace 11 años.

RE: Documentation on Liferay's jQuery 1.2.6

New Member Mensajes: 3 Fecha de incorporación: 29/01/13 Mensajes recientes
Thanks David!

You are absolutely right.
I'll try to look for more information on the jQuery web site documentation.

Anyway I found a working and usefull sample in this forum http://www.liferay.com/community/forums/-/message_boards/message/1772285.

Can anyone confirm me that the jQuery UI version shipped with Liferay 5.2.3 is 1.6?

In the administration guide (http://docs.liferay.com/portal/5.2/official/liferay-administration-guide.pdf ?) I found that

#
# jQuery UI 1.6
#
\
jquery/ui.autocomplete.js,\
jquery/ui.tree.js,\

thanks
thumbnail
James Falkner, modificado hace 11 años.

RE: Documentation on Liferay's jQuery 1.2.6

Liferay Legend Mensajes: 1399 Fecha de incorporación: 17/09/10 Mensajes recientes
Bruno De Chirico:
Thanks David!

You are absolutely right.
I'll try to look for more information on the jQuery web site documentation.

Anyway I found a working and usefull sample in this forum http://www.liferay.com/community/forums/-/message_boards/message/1772285.

Can anyone confirm me that the jQuery UI version shipped with Liferay 5.2.3 is 1.6?

In the administration guide (http://docs.liferay.com/portal/5.2/official/liferay-administration-guide.pdf ?) I found that

#
# jQuery UI 1.6
#
\
jquery/ui.autocomplete.js,\
jquery/ui.tree.js,\

thanks


jQuery 1.6 came out in May 2011 so it couldn't have been in Liferay 5.2.3 (release in 2009). The version in Liferay 5.2.3 is 1.2.6 (check out tomcat-6.0.18/webapps/ROOT/html/js/jquery/jquery.js in your installation). The docs are incorrect (although they are right, here).