Is it possible to use jQuery 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 for this?
You can use jQuery to
selectthe canvas element, but you’d have to use its own methods. A decent start would be https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial.