aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2014-05-09Fixed affix-bottom positioningGregory Pakosz1-1/+1
2014-05-05Merge pull request #13511 from hnrch02/button-reset-falsey-values-fixChris Rebert2-2/+22
2014-05-05Merge pull request #13406 from EnsignR/closed.bs.alert-after-removeChris Rebert1-1/+2
2014-05-05Allow for resetText of a button to be a falsey value; fixes #13466Heinrich Fenkart2-2/+22
2014-05-04import rules from Ratchet's JSCS config with which we already complyChris Rebert1-0/+5
2014-05-04replace js scrollspy test for default behaviorbreaddevil1-17/+37
2014-05-01make new Carousel tests compatible with noConflict modeChris Rebert1-2/+2
2014-05-01add role="tooltip" to popovers; fixes #13481Chris Rebert1-1/+1
2014-04-30Merge pull request #11966 from colllin/noconflictMark Otto22-288/+415
2014-04-30Update alert.jsRoss Nye1-1/+2
2014-04-25Merge pull request #13396 from twbs/carousel-eventsChris Rebert2-7/+35
2014-04-25Carousel.slide: rename e => slideEventChris Rebert1-3/+3
2014-04-25change 'slid' comments per @fat's feedbackChris Rebert1-3/+3
2014-04-24Add direction & relatedTarget properties to slid.bs.carousel eventChris Rebert1-3/+5
2014-04-23fires closed.bs.alert *after* DOM detach()Ross Nye1-1/+1
2014-04-21#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ref...Collin Donahue-Oponski22-288/+415
2014-04-21fixes #13157 - Collapse plugin - issues with transition end event bubblingfat1-2/+4
2014-04-21add unit tests for Carousel slid eventsChris Rebert1-0/+26
2014-04-21spelling fixes in Carousel unit testsChris Rebert1-3/+3
2014-04-20add missing operators to some JSCS rules that we already comply withChris Rebert1-3/+3
2014-04-20move call for removeBackdrop() to backdrop()Tobias Lindig1-3/+7
2014-04-20Merge pull request #13306 from twbs/fat-11099Jacob2-3/+3
2014-04-20Merge pull request #13354 from twbs/fat-13296Jacob1-0/+1
2014-04-19quote attribute value in ^= selector in button.jsChris Rebert1-1/+1
2014-04-19rename jquery.js -> jquery.min.js since it's minifiedChris Rebert2-1/+1
2014-04-19quote attribute values in selectors in JS unit tests for consistencyChris Rebert2-3/+3
2014-04-15fixes #13296 Dropdown disappears with right-click on Firefoxfat1-0/+1
2014-04-15fixes #11099 - $.collapse() overrides the original dimension of the coll...fat2-3/+3
2014-04-12Wait for the expected target during a collapseGermán M. Bravo1-2/+10
2014-04-09JS: remove unused variables.XhmikosR8-25/+25
2014-04-08When opening the dropdown, focus() the dropdown-toggle BEFORE triggering 'sho...Collin Donahue-Oponski1-2/+2
2014-04-03replace $.bind() with $.on() in unit tests; per #13272Chris Rebert2-9/+9
2014-04-03Fix the new JSHint warnings.XhmikosR1-9/+4
2014-03-31Add comments in carousel.js to clarify that "slid" is not a typoChris Rebert1-4/+4
2014-03-28Modal body shift fix for IE10/11Tyler Cipriani1-9/+14
2014-03-26Fixed nested tab elements li activationAshley Dawson1-1/+1
2014-03-24Merge pull request #13165 from stefanneculai/masterJacob2-1/+30
2014-03-24Merge branch 'master' into fat-9461Mark Otto5-177/+349
2014-03-24fixes #9461 - Make carousel ignore non-items in carousel-innerfat2-1/+29
2014-03-24Add test for popover.Stefan Neculai1-0/+29
2014-03-24Fix popover when using append.Stefan Neculai1-1/+1
2014-03-24tests/index.html: re-indent.XhmikosR1-68/+68
2014-03-24tests/index.html: add missing `meta charset`.XhmikosR1-0/+1
2014-03-24Update QUnit to v1.14.0.XhmikosR2-69/+139
2014-03-21Add tooltip `viewport` option, respect bounds of the viewportBen Ogle2-41/+142
2014-03-16Merge branch 'hnrch02-modal-toggle'Chris Rebert1-1/+1
2014-03-16Fix #12845 - Modal#hide should only be called with an event argumentHeinrich Fenkart1-1/+1
2014-03-16Merge pull request #12862 from sultano/patch-1Jacob1-3/+1
2014-03-16Fix #12375: stop using document.body.scrollTop as it's deprecated in the stri...Zlatan Vasović1-1/+1
2014-03-16correct event naming of `scroll` and `load' eventTobias Lindig1-2/+2