I was just trying to do the following in jQuery:
var newCanvas = $(\'\',{\'width\':100,\'height\':200,\'class\':\'radHuh\'}); $(body).append(n
You can use like this
$('',{'class':'radHuh','Width':100,'Height':200});
Change the case and try