jqScribble
jqScribble copied to clipboard
A touch enabled jquery plugin for drawing on a canvas
Results
2
jqScribble issues
Sort by
recently updated
recently updated
newest added
In the readme file, it says that width and height use the parent values if these options are not set. Implying that the options should have higher priority. But the...
function saveB() will be called twice in the following code. saveA is not called at all. ``` test function saveA(){ alert('saveA'); } function saveB(){ alert('saveB'); } $('#a').jqScribble({ width: 640, height:...