aboutsummaryrefslogtreecommitdiff
path: root/js/src/dropdown.js
AgeCommit message (Collapse)AuthorFilesLines
2016-11-26Follow up fix to #19953 for linting error in buildsMark Otto1-1/+1
See https://travis-ci.org/twbs/bootstrap/jobs/179010884 for build failure
2016-11-26Dropdown perf - on keyboard nav, find active item in the active dropdown ↵Pierre-Denis Vanduynslager1-5/+1
rather than the whole document (#19953)
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow1-22/+27
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S1-6/+6
2016-10-19version bump to alpha 5Mark Otto1-2/+2
2016-09-05versionsMark Otto1-2/+2
2016-07-27bump versionsMark Otto1-2/+2
2016-05-30Use named constants for magic numbers (#19992)Chris Rebert1-12/+16
Mostly KeyboardEvent.which and MouseEvent.which values. [skip validator]
2015-12-24Merge pull request #18393 from twbs/dropdown-bitwise-less-tricksyChris Rebert1-1/+1
dropdown.js: Use more straightforward phrasing for index bound check
2015-12-08Update version numbers using npm scriptChris Rebert1-1/+1
Errata from: * 8ce5da30260c1368ae97838fcf010375071a7243 * 5d3144e8fb5c7202991b7614d77dfc00903fcb2e which missed a few numbers. [skip sauce] [skip validator]
2015-12-08manually bump versions because npm script wasn't working for meMark Otto1-1/+1
2015-12-05Fix version numbers is JS files; fixes #18435Chris Rebert1-2/+2
[skip sauce] [skip validator]
2015-12-03Tweak ESLint rules.XhmikosR1-5/+5
2015-11-30dropdown.js: Use more straightforward phrasing for index lower bound checkChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-10-02Add throw error for undefined method on pluginsJohann-S1-0/+3
2015-08-18js tests passing + eslintJacob Thornton1-8/+16
2015-08-15fix dropdown testJacob Thornton1-2/+2
2015-05-13implement global dispose methodfat1-14/+31
2015-05-10add getters for Version and Default where applicablefat1-0/+8
add modal my gawd
2015-05-10add dropdownfat1-0/+261