chjw8016 / minNotify

Jquery + HTML5 弹出对话框

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minNotfiy

$.minNotify({
             content:"",
             escClose:false,
             closeBgClick:false,
             btnClose:true,
             confirm:true,
             callBack:function(e){
                alert(e)
            }
         })

About

Jquery + HTML5 弹出对话框

License:Apache License 2.0


Languages

Language:CSS 55.8%Language:JavaScript 44.2%