通过在jquery对象上调用alert(method),(例如: $('.alert').alert('show'))来操作警告弹框。
支持的method有:
config 修改警告框配置,可以传入点击确定或取消的回调。$el.alert('config', {succ: func, fail: func})
show 手动控制显示弹框。$el.alert('show')
hide 手动控制隐藏弹框。$el.alert('hide')
冻结提示
code: