I was just trying to do the following in jQuery:
var newCanvas = $(\'\',{\'width\':100,\'height\':200,\'class\':\'radHuh\'}); $(body).append(n
var newCanvas = $('',{ 'class':'radHuh', id: 'myCanvas' }).prop({ width: 200, height: 200 }); $('#canvas').append(newCanvas);
Proof