aboutsummaryrefslogtreecommitdiff
path: root/js/scrollspy.js
AgeCommit message (Collapse)AuthorFilesLines
2014-01-30Bump versions, run gruntv3.1.0Mark Otto1-1/+1
2014-01-07Merge pull request #12057 from ZDroid/nlChris Rebert1-1/+2
'use strict' on new line
2014-01-07Update copyright notices in all placesJulian Thilo1-1/+1
- 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-01'use strict' on new lineZlatan Vasović1-1/+2
2014-01-01New YearZlatan Vasović1-1/+1
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-28Merge pull request #11203 from jasny/patch-1Jacob1-0/+1
Scrollspy acting up when targets are hidden
2013-12-25fixes #10675fat1-1/+1
2013-12-24Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
Conflicts: docs-assets/js/raw-files.js
2013-12-24roll back version numbers to avoid broken links in docs and readme (fixes ↵Mark Otto1-1/+1
#12000)
2013-12-23fixes #10205 Scrollspy Doesn't Support Chinese ID Targets ↵fat1-1/+1
http://mathiasbynens.be/notes/html5-id-class
2013-12-19No leading plusesZlatan Vasović1-4/+4
2013-12-18update licensing header in JS files & run gruntChris Rebert1-12/+1
2013-12-18version bumpMark Otto1-1/+1
2013-12-08Use single quotes consistently.XhmikosR1-1/+1
2013-12-01bump version numbers to 3.0.3Mark Otto1-1/+1
2013-11-14fixes #11477 and updates slid event in carousel with namespacefat1-1/+1
2013-11-07Update affix properly on scrollspy speedy scroll to top of page #11310Chris Ziogas1-0/+4
Fix scrollspy.js so as affix is updated properly when user scrolls fast to top of page. A fix for issue #11310.
2013-11-06bump versions to v3.0.2Mark Otto1-1/+1
2013-11-05Merge pull request #10039 from daguej/js-refsChris Rebert1-1/+1
Don't explicitly reference global jQuery
2013-11-01update version numbers in JS file comment headers to v3.0.1 & regruntChris Rebert1-1/+1
2013-10-29JS comments pointed to new documentationJared Christensen1-1/+1
2013-10-22Update license yearZlatan Vasović1-1/+1
2013-10-22Scrollspy acting up when targets are hiddenArnold Daniels1-0/+1
If elements are hidden using `display: none;` which are targets mapped by scrollspy, the plugin might select an incorrect or no menu item. Checking if the target is visible solved this.
2013-08-22Don't explicitly reference global jQueryJosh Dague1-1/+1
Removes `window.jQuery` in favor of `jQuery`, fixes #10038
2013-07-26fix scrollspy for window *and* childrenfat1-3/+5
2013-07-25Merge pull request #8419 from hollensteiner/3.0.0-wipJacob1-1/+1
Replace position() with offset() in scrollspy.js
2013-07-25twbs ALL the linksChris Rebert1-1/+1
2013-07-08Replace position with offsetClausH1-1/+1
2013-05-24add show/shown hide/hidden events to dropdown + update dropdown links for ↵Jacob Thornton1-1/+1
testing + catch a few missed namespace things
2013-05-21upgrade jshint to 2.1.2 for anton <3Jacob Thornton1-4/+4
2013-05-16change namespace back to dot notation and someother js shizzlefat1-2/+2
2013-05-16straight trash wangfat1-100/+94
2013-05-16a bunch javascript junkfat1-0/+162