aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-dropdown.js
AgeCommit message (Collapse)AuthorFilesLines
2011-11-03update 1.3 to 1.4 stuffsJacob Thornton1-1/+1
2011-10-29add active class to css for buttons, write new spec for button, "use strict"Jacob Thornton1-0/+2
2011-10-03Add jquery.ready hook after defining plugin, to avoid breakage when used ↵Steve Purcell1-12/+15
with modernizr/yepnope See https://gist.github.com/1258742 for an example, which results in the error "TypeError: Object has no method 'dropdown' at bootstrap-dropdown.js line 31" It looks like in these circumstances, the functions hooked into jquery.ready get run immediately, and so applying the dropdown behavior to specific elements before defining the 'dropdown' method causes breakage.
2011-09-22add semicolon to end of file while i think about better solution...Jacob Thornton1-1/+1
2011-09-18lemme smang it giiiirlJacob Thornton1-2/+2
2011-09-16check for jquery/ender on windowJacob Thornton1-1/+1
2011-09-12add version number to js commentsJacob Thornton1-1/+1
2011-09-11change hella js... broke all the tests. i <3 wipJacob Thornton1-5/+6
2011-09-10clicking open dropdown shoud close itJacob Thornton1-1/+4
2011-09-10add liscense to js filesJacob Thornton1-3/+23
2011-09-09move js plugins to root dir, begin writing tests, and change modal plugin to ↵Jacob Thornton1-0/+26
be more boss like