cxDialog icon indicating copy to clipboard operation
cxDialog copied to clipboard

JavaScript Dialog plugins. JavaScript 对话框插件,支持自定义外观样式,支持在移动端使用。

Results 1 cxDialog issues
Sort by recently updated
recently updated
newest added

Trying to use this on checkbox with twitter bootstrap: `` Nothing happens... JS part: ``` // cxdialog document.body.addEventListener('change', (e) => { const el = e.target; const nodeName = el.nodeName.toLowerCase(); if...