Is it possible to use the JavaScript jQuery framework with the HTML5 <canvas>
element? Or do I have to do it with plain JavaScript.
I'm just wondering, because I think I could save a lot of time with using jQuery, but I have no clue about the <canvas>
element's uses yet, so it may be completely impossible!
Anyone know if I can use jQuery?
Thanks!