🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

The jQuery dialogRight plugin helps you create an off-canvas, full-height dialog panel sliding from the right side of the screen when triggered.

confirm Dialog

Documentation

dialogRight

一款从右侧滑出的jQuery插件
引入dialogRight.js文件和样式后,直接调用
例如:

$('button').on('click',function(e){          $.DialogRight.init({              title:'添加单位',              url:'https://www.baidu.com',              btns:['取消','确定'],              cancel:function(){                  alert('我已取消')              },              commit:function(){                  alert('发送成功')              }          })      })   

You May Also Like