Bootstrap modals via JavaScript
My recent discovery is quite simple, but really usefull. Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Twitter’s Bootstrap modals, without having to worry about creating, managing or removing any of the required DOM elements or JS event handlers.