Bootstrap Alerts with Backbone Views

One of the nice things about Bootstrap is that it provides reusable HTML/CSS components for common tasks such as displaying buttons, tabs, forms, and alerts (among other things). The markup for an alert is very simple: A jQuery plugin that comes with Bootstrap is used for the close button. I found myself duplicating this markup … Continue reading Bootstrap Alerts with Backbone Views