While on-site with a client, I was proposing an upgrade of the jQuery version the client is using (ie, from jQuery 1.5 to 1.11). The client has minor concern that their version of TimeGlider won't be compatible with the newer jQuery. I'm not familiar with TimeGlider, so they browsed (wth Chrome) to a page with TimeGlider to demonstrate it to me.
I thought I'd be slick and "upgrade" the DOM's jQuery library, using developer tools, to settle the question immediately. I know one way to import the jQuery 1.11 library, but this technique would necessitate a simple way to first remove the old jQuery version. Perhaps there's a better approach.
Of course this is trivial to edit within the sourcecode, but I really wanted to do it within the DOM, via developer tools.
How can I "upgrade" the jQuery version within the DOM?
Type this command in the Chrome Developer Tools Javascript console window to see what version of the jQuery is being used on this page: console. log(jQuery().
Sources
tab.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With