aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2014-01-07Merge pull request #12057 from ZDroid/nlChris Rebert12-12/+24
'use strict' on new line
2014-01-07Update copyright notices in all placesJulian Thilo12-12/+12
- Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo - grunt dist to update all the files
2014-01-03Use $ instead of jQueryKevin Sawicki1-1/+1
2014-01-01'use strict' on new lineZlatan Vasović12-12/+24
2014-01-01New YearZlatan Vasović12-12/+12
2013-12-29Merge branch 'dropdown-aria-roles' of git://github.com/plumlee/bootstrap ↵fat1-2/+3
into plumlee-dropdown-aria-roles Conflicts: js/dropdown.js
2013-12-29fixes #11379 - Fix carousel this.sliding not getting reset if ↵fat1-1/+1
$next.hasClass('active')
2013-12-29fixes #11373 - adds related target to dropdown eventsfat1-6/+8
2013-12-29Merge branch 'scrollspy-speedy-scroll-top' of ↵fat1-0/+4
git://github.com/ziogaschr/bootstrap into ziogaschr-scrollspy-speedy-scroll-top Conflicts: dist/js/bootstrap.min.js
2013-12-29Merge branch 'master' of github.com:twbs/bootstrapfat1-0/+1
2013-12-29fixes #11288 - Vertical scroll position of modal saves between openingsfat1-4/+10
2013-12-28Merge pull request #11203 from jasny/patch-1Jacob1-0/+1
Scrollspy acting up when targets are hidden
2013-12-28fixes #10658 jQuery Popover content loses bound events on second setContent ↵fat1-1/+3
call.
2013-12-26fixes #10911 - add loading event for use with remote option :|fat1-1/+3
2013-12-26fixes #10890fat1-14/+16
2013-12-26update tool/pop destroy placementfat2-2/+2
2013-12-26Merge pull request #10761 from jochenberger/dont-create-tooltip-for-destroyJacob2-0/+2
don't create new Tooltip/Popover objects just to destroy them immediately
2013-12-26nopefat1-1/+1
2013-12-26Merge pull request #11496 from satazor/patch-1Jacob1-0/+1
Clear timeout on destroy.
2013-12-26fixes #10798fat1-1/+1
2013-12-26Merge pull request #10801 from Travesty3/masterJacob1-1/+1
Add 'collapse' class back after expanding
2013-12-26Merge pull request #10834 from Prinzhorn/masterJacob1-1/+1
Only preventDefault on click on [data-toggle="modal"] when the element is a link
2013-12-26Merge pull request #12010 from ZDroid/wrong-indentMark Otto1-13/+13
Fix wrong indent in .jscs.json
2013-12-25fixes #10675fat1-1/+1
2013-12-25Merge branch 'tooltip-events-fix' of git://github.com/lukaszfiszer/bootstrap ↵fat1-2/+12
into lukaszfiszer-tooltip-events-fix Conflicts: js/tooltip.js
2013-12-25Fix wrong indent in .jscs.jsonZlatan Vasović1-13/+13
2013-12-24Merge branch 'master' of github.com:twbs/bootstrapfat1-1/+1
2013-12-24fixes #11788 - focusin focusout instead of focus/blurfat1-2/+2
2013-12-24Merge pull request #11722 from DocX/patch-1Jacob1-1/+1
Use document scroll height instead of offset height
2013-12-24fixes #11720 - Add events trigger to affixfat2-1/+36
2013-12-24Merge pull request #10359 from ixti/patch-1Jacob1-2/+2
Pass $element to offset top/bottom calc funcs
2013-12-24fixes #10134 – dont use jquery offset directly because it uses sub pixel ↵fat1-3/+12
rendering
2013-12-24Merge branch 'slide-event-reset' of git://github.com/Rowno/bootstrap into ↵fat2-9/+30
Rowno-slide-event-reset Conflicts: js/tests/unit/carousel.js
2013-12-24fixes #10283fat1-0/+2
2013-12-24Merge branch 'master' of github.com:twbs/bootstrapfat12-13/+13
Conflicts: dist/js/bootstrap.min.js docs-assets/js/raw-files.js
2013-12-24fixes #10236fat1-4/+15
if affixed top add scrollTop to it position.top calculate and cache pinnedoffset independent of scrolling for initial load
2013-12-24Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-2/+4
Conflicts: docs-assets/js/raw-files.js
2013-12-24roll back version numbers to avoid broken links in docs and readme (fixes ↵Mark Otto12-12/+12
#12000)
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 ↵fat1-1/+1
http://mathiasbynens.be/notes/html5-id-class
2013-12-22Merge pull request #11974 from XhmikosR/metaMark Otto1-7/+7
Normalize meta
2013-12-22Get rid of JSHint's `laxcomma` option now that the comma is used on the ↵XhmikosR1-1/+0
right side.
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 ↵[email protected]1-1/+1
document.documentElement for IE. To make this browser agnostic, the maximum scrollheight of both body and documentElement is used.
2013-12-19Fix: IE10 or lower incorrectly determines the scrollheight of the body. Use ↵[email protected]1-1/+1
document.documentElement for IE. To make this browser agnostic, the maximum scrollheight of both body and documentElement is used.
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
Carousel: Use the transition duration from CSS