0
如何從jSignature插件中的CANVAS(簽名面板)中刪除中間線?如何刪除簽名板上的中間線
*我使用的庫/ jSignature.min.noconflict.js *
http://willowsystems.github.io/jSignature/#/demo/
如何從jSignature插件中的CANVAS(簽名面板)中刪除中間線?如何刪除簽名板上的中間線
*我使用的庫/ jSignature.min.noconflict.js *
http://willowsystems.github.io/jSignature/#/demo/
使用此代碼。我用於noconflict.html文件,它的工作
// This is the part where jSignature is initialized.
var $sigdiv = $("#signature").jSignature(
{
'UndoButton':true,
'background-color': 'transparent',
'decor-color': 'transparent',
})