Updating jquery in C5.6xx
Permalink
I have a site using an older version of the cms.
How do I update the jquery component?
Do I go to concrete/js and overwrite the jquery files that are in there?
I don't want to upgrade the whole cms.
How do I update the jquery component?
Do I go to concrete/js and overwrite the jquery files that are in there?
I don't want to upgrade the whole cms.
Theoretically that is the simplest way to do it. However, newer versions of jQuery do not provide deprecated methods that 5.6.3.4 uses internally, so if you do hack in a newer version of jQuery you can expect to get some javascript failures in edit dialogs and the dashboard, and likely also in some addons.