jQuery Modal / Alert / Toast Plugin Demos

$.alert(text)

$.alert(text, title)

$.alert(text, callback)

$.alert(text, title, callback)

$.alert.hide()
$.modal({
  text: '',
  title: 'Title',
  className: '',
  btns: ['Okey', 'Cancel'],
  width: 600,
  callback: fn(index)
})

$.modal.hide()
$.toast(text [, stillShow])

$.toast.hide()