aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Fix typo found with codespell.Ryan Pavlik1-1/+1
2012-08-21update version numbers to 2.1.1Mark Otto13-13/+13
2012-08-19bump versions to 2.1.0Mark Otto12-13/+13
2012-08-18listen to touchstart for dropdowns on mobileJacob Thornton1-4/+4
2012-08-18add click option for tooltip, popover - make click default for popoverJacob Thornton3-3/+6
2012-08-14stray ;Jacob Thornton1-1/+1
2012-08-14get affix actually working and update docsJacob Thornton1-18/+20
2012-08-02fix indexof on array for ie8Jacob Thornton1-1/+1
2012-08-01close #3531 added focus handling and removed the badly announced "times" clos...Dirk Ginader1-5/+15
2012-07-24IE10 uses 'transition' and 'transitionend'Jonathan Sampson1-1/+0
2012-07-23delete this test for now - as affix is still heavily underdevelopmentJacob Thornton2-7/+1
2012-07-23Fix transition end name for opera 11+12Aleksey V Zapparov1-1/+1
2012-07-22some progress on affix pluginJacob Thornton10-123/+141
2012-07-22Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wipJacob Thornton4-8/+18
2012-07-22adds minLength #3960Jacob Thornton2-2/+23
2012-07-22remove the ns optionJon Stevens2-6/+4
2012-07-22simplify things to one line. pull #4104Jon Stevens2-4/+4
2012-07-20on destroy, also hide. issue #3880, pull #4104Jon Stevens4-0/+6
2012-07-16namespace the events for popover/tooltip so that they can be cleanly removed....Jon Stevens4-8/+14
2012-06-20Merge pull request #3880 from lookfirst/popover-destroyJacob Thornton4-0/+27
2012-06-20Merge pull request #3770 from Barryvdh/2.1.0-wipJacob Thornton1-1/+1
2012-06-20simplify code into a single lineJon Stevens2-6/+2
2012-06-20change transition end name for operaJacob Thornton1-1/+1
2012-06-18add unit tests for destroy behavior of popover and tooltipJon Stevens2-0/+19
2012-06-18enable the ability to destroy tooltips and popovers from elements. related to...Jon Stevens2-0/+12
2012-06-08Scope finding the .active to .itemBarryvdh1-1/+1
2012-06-03adds remote source to modal. Remote source can be specified in href or by pro...Jacob Thornton1-3/+5
2012-06-03check length so that pause, actually pausesJacob Thornton1-1/+1
2012-06-02make active selector more specific #2043 and rebuildJacob Thornton1-1/+1
2012-06-03Merge branch 'async' into 2.1.0-wipMatt Morgan2-5/+47
2012-06-02only set height explicitly for collapse when animation is supported #2131Jacob Thornton1-1/+1
2012-06-02only trigger $.support.transition.end when it existsJacob Thornton1-1/+1
2012-06-02fix multi carousel bug #3194Jacob Thornton1-1/+2
2012-06-02fix carousel when hiding a reshowing - make sure it always triggers transitio...Jacob Thornton1-0/+4
2012-06-02fix regression in typeahead #3313Jacob Thornton1-27/+35
2012-06-02add length to parent dropdown check #3316Jacob Thornton1-1/+1
2012-06-02upgrade jquery to 1.7.2 #3379Jacob Thornton1-9252/+4
2012-06-02rebuild assetsJacob Thornton1-1/+1
2012-06-02add relatedTarget to carousel slide eventJacob Thornton2-2/+18
2012-06-02remove isHTML supportJacob Thornton1-24/+0
2012-06-02add html option back to tooltip and popover to explicitly prevent XSS #3421Jacob Thornton2-12/+4
2012-06-02add collapsed class to collapse invoker when it's target is collapsed #3525Jacob Thornton2-3/+38
2012-06-02Merge branch 'accessibility' into 2.1.0-wipJacob Thornton3-79/+139
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton12-12/+12
2012-05-31rebuild and fix testJacob Thornton1-5/+5
2012-05-31Merge pull request #3655 from jorgenfb/8dda83906d72ade81ecf9b21d55b5a2922589d30Jacob Thornton2-10/+29
2012-05-20Swapped out .hasClass() with .is() when checking for multiple classesJørgen Borgesen1-7/+7
2012-05-20Added unit test to check that tooltips is not showed when leave event is trig...Jørgen Borgesen2-2/+20
2012-05-17remove logJacob Thornton1-2/+0
2012-05-17abandon activedescendant because it was awfulJacob Thornton1-19/+15