In some cases, we need to install jQuery in Liferay especially the custom theme to achieve some UI features.
But that could be conflict with jQuery that come along with custom portlet.
eg, RichFaces portlet, PrimeFaces portlet, IceFaces portlet.
as long as we add the following line of code in Liferay theme,
then the conflict could be resolved.
Done!!
But that could be conflict with jQuery that come along with custom portlet.
eg, RichFaces portlet, PrimeFaces portlet, IceFaces portlet.
as long as we add the following line of code in Liferay theme,
then the conflict could be resolved.
jQuery.noConflict(true)
Done!!
No comments:
Post a Comment