Upgrading jQuery and jQuery UI

Permalink
Has anyone tries upgrading jQuery and jQuery UI? I added jQuery UI 1.9.2 to the js directory as jquery.ui.js and jquery 1.10 as jquery.js.

Everything seems to be working fine, but the only issue I'm having is that when I upload a file the throbber never disappears. I have to close the file manager dialog and reopen it to choose the image I uploaded.

 
JohntheFish replied on at Permalink Reply
JohntheFish
Its not a safe thing to do for a live site.

The c5 core, and many addons, still uses some jQuery calls that are now deprecated. Samne for UI, and the c5 version of UI also has some minor customisations.

Core updates are working forwards, but getting ahead will be sure to have broken something you have not discovered yet.
Onox replied on at Permalink Reply
Hi,

Sorry to resurrect this topic, but I need to use the parseHTML jQuery function, which is only available since jQuery 1.8. If upgrading still isn't possible, can I instead prevent concrete5 to load its jQuery version and instead download the latest version of jQuery, include it into my package and use that one ?
JohntheFish replied on at Permalink Reply
JohntheFish
This old pull request was turned down, but you could use it to pull in whatever jQuery version you want to experiment with:
https://github.com/concrete5/concrete5/pull/771...