Possible to get Excanvas to work in IE 8?

后端 未结 7 2012
无人及你
无人及你 2020-11-30 08:03

I used to work on a jQuery plugin named \'BeautyTips\' and it was working just fine. But, since I\'ve installed IE 8, this plugin stop working because it needs Excanvas to m

7条回答
  •  再見小時候
    2020-11-30 08:23

    Appending a canvas tag as a string of html with jquery doesn't work with the new version of excanvas. You have to use document.createElement('canvas') first.

提交回复
热议问题