Liferay jQuery
From Null-pointer
Liferay has jQuery 1.2.x and jQuery.ui 1.5 + 1.6 built in.
the default imported files are defined in portal.properties.
With Liferay use jQuery instead of $
jQuery(document).ready(function()
{
});
Liferay has jQuery 1.2.x and jQuery.ui 1.5 + 1.6 built in.
the default imported files are defined in portal.properties.
With Liferay use jQuery instead of $
jQuery(document).ready(function()
{
});