[jQuery] there is a conflict ui.resizable.js and ajaxpro

[jQuery] there is a conflict ui.resizable.js and ajaxpro


resizable will not be able when using ajaxpro,the javascript error:
"c[0] has no properties"
code:
for(var i in this.options.modifyThese) {
var c = this.options.modifyThese[i];
c[0].css({
width: modifier.width ? modifier.width+c[1] : nw+c[1],
height: modifier.height ? modifier.height+c[2] : nh+c[2]
});
}