Disabling the built-in jQuery 1.8.3 reference in Sitefinity 6.1?
I have my own version of jQuery 1.10 and noticed that this is loading its own version 1.8.3. I would like to disable to built-in version and use my own, which I am referencing in the <head> tag. Thanks.
Hello Ryan,
jQuery 1.8.3 should not replaced and still should be loaded, as this could compromise Sitefinity behaviour but you could load your jQuery versions and use jQuery.noConflict(). More information about this you can find here. You can load the jQuery in the head tag or using the javascript widget from scripts and styles section on the template or page where you need it and specify when the script to be loaded.
I hope this helps.
Regards,
Nikola Zagorchev
Telerik