鼠标zoom的时候不显示大图,控制台显示:
Uncaught NotFoundError: An attempt was made to reference a Node in a context where it does not exist.
jqzoom.js文件627行的:this.node = new Image();
替换为:this.node = document.createElement(‘img’);
Life for idea, and make them happen
鼠标zoom的时候不显示大图,控制台显示:
Uncaught NotFoundError: An attempt was made to reference a Node in a context where it does not exist.
jqzoom.js文件627行的:this.node = new Image();
替换为:this.node = document.createElement(‘img’);