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]
});
}

Reply via email to