aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2014-06-10MD/CommonJS/Globals #12909Katie Zhu14-28/+75
2014-06-09change how carousel indicators activate #12592Katie Zhu1-10/+6
2014-06-08Merge pull request #13755 from twbs/fat-visual-testJacob12-1/+871
2014-06-07Adds isolated visual tests for javascript plugins (decoupled from docs). This...fat12-1/+871
2014-06-07refactor scrollspy refresh methodMike Greiling1-2/+8
2014-06-07removing this.$element as it is a superfluous copy of this.$scrollElementMike Greiling1-3/+3
2014-06-07no need to check for href attribute on the scrollable elementMike Greiling1-4/+1
2014-06-07there is no need for this.offsets and this.targets to be jQuery objectsMike Greiling1-5/+6
2014-06-07don't show tooltips/popovers whose element isn't in the DOM; fixes #13268Chris Rebert1-2/+3
2014-06-07put the tooltips into the DOM in the tooltip unit testsChris Rebert1-4/+12
2014-06-07add failing test for #13268Chris Rebert1-0/+27
2014-06-07Merge pull request #13388 from twbs/xhmikosr-js-styleXhmikosR24-166/+205
2014-06-06Merge pull request #13627 from twbs/maybe-fix-12364Chris Rebert2-3/+57
2014-06-06Minor style tweaks.XhmikosR7-16/+28
2014-06-06carousel.js: remove unneeded variable assignment.XhmikosR1-1/+1
2014-06-06Comply to the new style.XhmikosR19-143/+157
2014-06-06Tweak JSHint and JSCS checks.XhmikosR4-8/+21
2014-05-23Merge pull request #13589 from mrobinet/scrollspy-maxScroll-with-offsetChris Rebert2-3/+37
2014-05-23Merge pull request #13593 from ResentedHook/masterChris Rebert3-0/+22
2014-05-23Merge pull request #13557 from bassettsj/aria-describedby-tooltip-13480Chris Rebert2-0/+42
2014-05-22Add aria-haspopup and aria-expanded attributes to dropdown pluginMax Kramer1-2/+6
2014-05-19Hopefully a fix for #12364Chris Rebert2-3/+57
2014-05-19fix typo in assertion descriptionChris Rebert1-1/+1
2014-05-16add missing event namespacing in modal.jsChris Rebert1-1/+1
2014-05-16add `target` option to Affix pluginAttila Dobi1-4/+6
2014-05-16Adds aria described by to tooltip plugin for accessibilitySteven Bassett2-0/+42
2014-05-14Add tooltip self-reference to address #12320j.corns3-0/+22
2014-05-13Add Scrollspy maxScroll with offset test.Mike Robinet1-2/+36
2014-05-13Adjust for Scrollspy offset when calculating maxScroll.Mike Robinet1-1/+1
2014-05-13Update jQuery to v1.11.1.XhmikosR1-4/+4
2014-05-12versionsfat11-1/+23
2014-05-12Merge pull request #13191 from AshleyDawson/masterJacob1-1/+1
2014-05-12fixes #12211: Scrollspy: Navs in different tabs can interfere with each othefat1-0/+1
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