Hi,
In mojoPortal 2.3.7.5 we updated these Web.config settings to use the latest versions of jQuery and jQueryUI.
<add key="GoogleCDNjQueryVersion" value="1.7.1"/>
<add key="GoogleCDNjQueryUIVersion" value="1.8.16"/>
I tested all the jquery plugins we use in mojoPortal and found no problems with them.
If you use other jQuery plugins in your custom code that don't work with the latest jQeury, you can alwasy put this in your user.config file to change it back to the older versions of jQuery and jQueryUI
<add key="GoogleCDNjQueryVersion" value="1.6.2"/>
<add key="GoogleCDNjQueryUIVersion" value="1.8.14"/>
Hope that helps,
Joe