aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-collapse.js
AgeCommit message (Expand)AuthorFilesLines
2012-12-07add noConflict functionality to all bootstrap pluginsfat1-3/+14
2012-11-05version bumpMark Otto1-1/+1
2012-10-302.2.1 - hotfix for carouselfat1-1/+1
2012-10-29v2.2.0 instead of v2.1.2Mark Otto1-1/+1
2012-09-27don't wait for ready when binding events to documentCarl Porth1-10/+8
2012-09-26bind data-api events to document instead of body to allow body replacementCarl Porth1-1/+1
2012-09-05version bump to get this startedMark Otto1-1/+1
2012-08-21update version numbers to 2.1.1Mark Otto1-1/+1
2012-08-19bump versions to 2.1.0Mark Otto1-1/+1
2012-06-02only set height explicitly for collapse when animation is supported #2131Jacob Thornton1-1/+1
2012-06-02add collapsed class to collapse invoker when it's target is collapsed #3525Jacob Thornton1-1/+2
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton1-1/+1
2012-04-24fix regression in resetting collapse to auto on collapse open. (+ add spec an...v2.0.3Jacob Thornton1-1/+1
2012-04-242.0.2 -> 2.0.3Jacob Thornton1-1/+1
2012-04-15fixes #2941 + whitespace in collapseJacob Thornton1-0/+1
2012-04-14add jshint support + a few minor stylistic changesJacob Thornton1-15/+19
2012-03-24return matcher value directly + cleanup first lines of filesJacob Thornton1-1/+2
2012-03-24add preventDefault support for all inital event types (show, close, hide, etc...Jacob Thornton1-5/+7
2012-03-20if transitioning collapse, don't start new transitionJacob Thornton1-4/+16
2012-03-19if parent in collapse, only grab childrenJacob Thornton1-2/+1
2012-03-19fix collapse bug in ie7+ for initial collapse inJacob Thornton1-1/+1
2012-03-122.0.2 derpv2.0.2Jacob Thornton1-1/+1
2012-03-12remove collapse class on open so that dropdowns are viewableJacob Thornton1-1/+3
2012-02-162.0.1v2.0.1Jacob Thornton1-1/+1
2012-02-13add semicolons to the end of js filesJacob Thornton1-1/+1
2012-01-29Fixes issue with Opera flickering on the collapse plugin when reset is called...Mark Reeder1-1/+1
2012-01-28all unit tests passing in ie7Jacob Thornton1-2/+4
2012-01-26consistent new lines at ends of filesMark Otto1-1/+1
2012-01-242.0-wip: fix js headsJon Stevens1-2/+2
2012-01-20only prevent default if getting data-hrefJacob Thornton1-2/+1
2012-01-14dates updated to 2012Mark Otto1-1/+1
2011-12-21minor cleanupsJacob Thornton1-2/+2
2011-12-20update more readme changes - introduce target specificty convention to more p...Jacob Thornton1-1/+1
2011-12-20giant refactor - all spec passing again...Jacob Thornton1-7/+7
2011-11-30define constructor on prototypesJacob Thornton1-1/+3
2011-11-27add code to reset data for collapsed element so that item can be intitialized...Jacob Thornton1-2/+8
2011-11-27rename tabs to tab - clean up lots of api stuff make href acceptable target valJacob Thornton1-2/+2
2011-11-25new plugin "collapse" for collapsible lists and "accordion" like supportJacob Thornton1-0/+127