jquery remove issue in IE, canvas tag

Posted by itsoft3g on Stack Overflow See other posts from Stack Overflow or by itsoft3g
Published on 2010-05-11T11:10:12Z Indexed on 2010/05/11 11:14 UTC
Read the original article Hit count: 261

Filed under:
|
|

hi,

I am creating a line in canvas tag using jquery drawing library. After the line drawn the

<div id="cool"><canvas id="canid"></canvas></div>

Then on click the below code executed.

$('#canid').remove();

What happens in IE after removing, dom with canvas end tag and also line is not removed.

Please help me out!.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about svg