aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2013-12-24Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-2/+4
2013-12-24roll back version numbers to avoid broken links in docs and readme (fixes #12...Mark Otto12-12/+12
2013-12-23change where modal loads content -– fixes #10105, #9318, #9459fat1-1/+1
2013-12-23fixes #10568 - kill hoverstate info once command has been executedfat1-0/+2
2013-12-23fixes #10205 Scrollspy Doesn't Support Chinese ID Targets http://mathiasbyne...fat1-1/+1
2013-12-22Merge pull request #11974 from XhmikosR/metaMark Otto1-7/+7
2013-12-22Get rid of JSHint's `laxcomma` option now that the comma is used on the right...XhmikosR1-1/+0
2013-12-22js/.jscs.json: sort by name.XhmikosR1-7/+7
2013-12-19No leading plusesZlatan Vasović5-135/+130
2013-12-19Fix: IE10 or lower incorrectly determines the scrollheight of the body. Use d...[email protected]1-1/+1
2013-12-19Fix: IE10 or lower incorrectly determines the scrollheight of the body. Use d...[email protected]1-1/+1
2013-12-18check that href id's are followed by valid char – fixes #10044fat1-1/+1
2013-12-18update licensing header in JS files & run gruntChris Rebert12-144/+12
2013-12-18Merge pull request #11416 from danielboendergaard/carousel-durationMark Otto1-1/+1
2013-12-18version bumpMark Otto12-12/+12
2013-12-16Require comma on left sideZlatan Vasović14-98/+99
2013-12-14Merge pull request #10704 from XhmikosR/variousMark Otto1-1/+0
2013-12-14Add `try` and `catch` to keywordsZlatan Vasović1-1/+1
2013-12-10Allow listbox AIRA role on dropdown component.Scott Plumlee1-2/+3
2013-12-10Remove unused variables.XhmikosR1-1/+0
2013-12-08Use single quotes consistently.XhmikosR26-302/+303
2013-12-06integrate JSCSChris Rebert1-0/+14
2013-12-06fix some JS to pass jscsChris Rebert5-7/+7
2013-12-06Use a space before functions' bracket consistently.XhmikosR3-9/+9
2013-12-06Use a space after function consistently.XhmikosR6-34/+34
2013-12-05Use document scroll height instead of offset height to support body with abso...Lukáš Doležal1-1/+1
2013-12-04Dropping unused variable in dropdown.jsmdxs1-1/+1
2013-12-01bump version numbers to 3.0.3Mark Otto12-12/+12
2013-11-29Merge pull request #11502 from 1000hz/patch-1Mark Otto1-2/+2
2013-11-18Added unit test for removing only active class from within the scroll spy key.Michael Rotoloni1-0/+37
2013-11-18Update dropdown.jsValera Rozuvan1-1/+1
2013-11-16Add missing data namespace for dropdownCina S.1-2/+2
2013-11-15Clear timeout on destroy.André Cruz1-0/+1
2013-11-14fixes #11477 and updates slid event in carousel with namespacefat2-5/+5
2013-11-11Update scrollspy.jsmoodyroto1-1/+1
2013-11-10Don't deselect radio buttons in data-toggle; fixes #9920Brian Leonard1-4/+10
2013-11-10Add unit test for #9920Nathan Muir1-0/+6
2013-11-08Carousel: Use the transition duration from CSSDaniel Bøndergaard1-1/+1
2013-11-07Update affix properly on scrollspy speedy scroll to top of page #11310Chris Ziogas1-0/+4
2013-11-06bump versions to v3.0.2Mark Otto12-12/+12
2013-11-05Merge pull request #10039 from daguej/js-refsChris Rebert12-12/+12
2013-11-01update version numbers in JS file comment headers to v3.0.1 & regruntChris Rebert12-12/+12
2013-10-29JS comments pointed to new documentationJared Christensen12-12/+12
2013-10-25QUnit.equals() is deprecated; use QUnit.equal() insteadChris Rebert4-18/+18
2013-10-22Update license yearZlatan Vasović9-9/+9
2013-10-22Scrollspy acting up when targets are hiddenArnold Daniels1-0/+1
2013-10-14Merge pull request #10519 from zba/masterChris Rebert1-1/+1
2013-10-09Remove [type]Zlatan Vasović1-1/+1
2013-09-27Only preventDefault on click on [data-toggle="modal"] when the element is a linkAlexander Prinzhorn1-1/+1
2013-09-25Add 'collapse' class back after expandingTravesty31-1/+1