SCRIPT438:对象不支持IE 10上的属性或方法' Jcrop'

时间:2014-07-01 07:54:02

标签: javascript jquery internet-explorer jcrop

有时候这个问题出现在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
        }
    });

});

0 个答案:

没有答案
相关问题