Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plone: Upgrading jQuery

Tags:

jquery

plone

Using the jQuery SlickGrid plugin with Plone 4.1 and trying to resize a grid column trips up this jQuery 1.4.4 error, which has been fixed in more recent versions.

Is it possible to upgrade the core version of jQuery as used by Plone, and if so, how can this be done?

like image 964
Matthew Trevor Avatar asked Jan 19 '23 02:01

Matthew Trevor


1 Answers

Updating jQuery in Plone is not trivial because many scripts (including the integration of JQueryTools) depend on jQuery 1.4. JQuery is part of Products.CMFPlone. Thus, the update may break features.

Discussions are underway on the Plone developers mailing list about jQuery and jQuery UI.

Links on the Plone developers mailing list:

  • http://plone.293351.n2.nabble.com/Upgrading-jQuery-and-jQueryTools-for-Plone-4-3-tt7070514.html#none - Upgrading jQuery and jQueryTools for Plone 4.3
  • http://plone.293351.n2.nabble.com/JQueryUI-history-and-futur-and-sunburst-s-important-td7054219.html - JQueryUI history and futur and sunburst's !important
like image 142
Sylvain Boureliou Avatar answered Jan 30 '23 09:01

Sylvain Boureliou