aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-alerts.js
AgeCommit message (Collapse)AuthorFilesLines
2011-11-27add code to reset data for collapsed element so that item can be ↵Jacob Thornton1-76/+0
intitialized with correct options
2011-11-27remove trailing semicolons - we'll be hosting minified files with semicolons ↵Jacob Thornton1-1/+1
- no reason to make the dev source ugly
2011-11-24refactor dropdown in accordance with readmeJacob Thornton1-4/+3
2011-11-24refactor alerts + add new readme which idefientifies goals for 2.0 jsJacob Thornton1-29/+16
2011-11-20merge in js from 1.4... start working through js docsJacob Thornton1-39/+5
2011-11-20revert all js stuff back to 1.4 :/Jacob Thornton1-14/+90
2011-10-19fix scrollspy simplify stuff more - break everything.Jacob Thornton1-1/+1
2011-10-19greatly simply js plugins - remove js api where reasonableJacob Thornton1-69/+11
2011-10-04start updating to data- driven jsJacob Thornton1-2/+4
2011-09-16check for jquery/ender on windowJacob Thornton1-1/+1
2011-09-15$(document).ready instead of $(function() {}) for ender supportJacob Thornton1-2/+2
2011-09-12add version number to js commentsJacob Thornton1-1/+1
2011-09-11method invocation jqueryui styleJacob Thornton1-15/+26
2011-09-10add liscense to js filesJacob Thornton1-0/+20
2011-09-10add some more events to alerts and modal and update docsJacob Thornton1-4/+5
2011-09-09move js plugins to root dir, begin writing tests, and change modal plugin to ↵Jacob Thornton1-0/+72
be more boss like