okwei
Results
1
issues of
okwei
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:...