有时候这个问题出现在IE 10,9等我如何解决这个问题。因为不是范妮,所以每个脚本都是逐个包含的,没有什么不是加号,jCrop在Document ready上运行。
我如何解决这个问题?
//some code
var this_ = this;
this.editedSingatureImage = document.createElement("img");
document.body.appendChild( this.editedSingatureImage);
jQuery(document).ready(function(){
jcrop_api = jQuery.Jcrop(jQuery(this_.editedSingatureImage), {
bgColor: '#eee',
setSelect: defaultCoordentes,
onSelect: function (c) {
//my code
}
});
});