Skip to content

weisjohn/bootstrap-simple-prompts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bootstrap-simple-prompts

Bootstrap Modals for alert() and confirm(). Requires Bootstrap 3.0+ and jQuery. Demo

install

bower install bootstrap-simple-prompts

usage

alert(message, [title])

confirm(message, [title], callback)

originals

You can access the browser-defined implementation via:

alert.original(message)

confirm.original(message, callback)

credits

Originally, this was a fork of sairam's bootstrap-prompts, but after significant departure, I rewrote it.