jCanvas is a little jQuery plugin written entirely in JavaScript that makes working with jQuery, and thereby HTML5′s canvas element, a lot easier. Web developers will get a lot of benefit out of using jCanvas. By using jCanvas, you get to work with much simpler code, in which the plugin will do the work and translate it into the relevant code for jQuery to run.
Questions tagged [jcanvas]
97 questions
1
vote
1 answer
How to make a working crossbrowser script with jCanvas
In IE8 the canvas is not appended..
In FF and Chrome the drawn frame isn't positioned at the right coords? The starting point is outside the…

clarkk
- 27,151
- 72
- 200
- 340
1
vote
1 answer
Cannot add layer to canvas using jCanvas
I'm using jCanvas to paint on a HTML canvas element. First I initialize a x * x table, with each cell holding a canvas:
function init(size) {
// Adding the board table to the body
$("#content").append("