jquery and jquery easing conflict issue

jquery and jquery easing conflict issue

In brief we have no control over the website we need our jquery code to work on .  There website uses an old version of jquery 1.4.2 the jquery ui 1.8.24 ui and a plugin called jquery easing 1.3.

We need a higher version of jquery 1.7.1 plus.  We have put a our code and plugins in noconflict mode but are still getting an error related to the jquery easing plugin

Shouldnt the noconflict on our items stop the jquery versin we are using conflicting with the easing 1.3 plugin?