Hi there I have a question about dynamically creating a canvas using javascript.
I create a canvas like this:
var canvas = document.createElement(\'c
Via Jquery:
$('', { id: 'mycanvas', height: 500, width: 200});
http://jsfiddle.net/8DEsJ/736/