Canvas and jQuery?

You can use jQuery to select the 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.


jQuery is a toolkit to interact and manipulate the DOM plus some extra neat ajax methods. Raphael and/or Protovis are toolkits for visualisation.

Processing.js is a visualisation toolkit specifically for the canvas element.

jQuery has one expertise, other toolkits have other expertise, though it's very much possible to use specialisation toolkits together ;)