Being in place with the client, I suggested updating the version of jQuery that the client uses (i.e. from jQuery 1.5 to 1.11). The client has little concern that their version of TimeGlider will not be compatible with the new jQuery. I am not familiar with TimeGlider, so they viewed the (wth Chrome) page with TimeGlider to show it to me.
It seemed to me that I would choose to “update” the jQuery DOM library using the developer tools to immediately resolve the issue. I know one way to import the jQuery 1.11 library , but this technique will require an easy way to uninstall the old version of jQuery first. Perhaps there is a better approach.
Of course, these are trivialities for editing in the source code, but I really wanted to do this in the DOM using the developer tools.
How can I “upgrade” the jQuery version in the DOM?
source share