AI OnAI Off
You could add your jQuery file and map it to a custom variable, using $.noConflict();. See http://stackoverflow.com/questions/1566595/can-i-use-multiple-versions-of-jquery-on-the-same-page for more information.
Frederik
Thank you Fred,
I fixed my problem:
<script src="/modules/EpiCase/Content/js/jquery-1.9.1.js"></script>
<script src="/modules/EpiCase/Content/js/jquery-ui.js"></script>
<script type="text/javascript">
var $j = jQuery.noConflict(true);
.
.
.
</script>
Is possible update the Jquey version of EpiServer?
I have to use jquery-1.9.1.js in my gadget and if I try I get on error, probably because the version of Jquey of Episerver. If I try add my new version of Jquery I broke something because my post lost the context with Episerver.