- 05 Jun, 2014 1 commit
-
-
XhmikosR authored
-
- 13 May, 2014 3 commits
-
-
Mike Robinet authored
-
fat authored
-
fat authored
-
- 22 Apr, 2014 1 commit
-
-
Collin Donahue-Oponski authored
#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object
-
- 09 Apr, 2014 1 commit
-
-
XhmikosR authored
-
- 17 Mar, 2014 1 commit
-
-
Tobias Lindig authored
closes #12337
-
- 13 Feb, 2014 1 commit
-
-
Mark Otto authored
-
- 30 Jan, 2014 1 commit
-
-
Mark Otto authored
-
- 07 Jan, 2014 1 commit
-
-
Julian Thilo authored
- 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
-
- 01 Jan, 2014 2 commits
-
-
Zlatan Vasović authored
-
Zlatan Vasović authored
-
- 26 Dec, 2013 1 commit
-
-
fat authored
-
- 24 Dec, 2013 2 commits
-
-
Mark Otto authored
-
fat authored
fixes #10205 Scrollspy Doesn't Support Chinese ID Targets http://mathiasbynens.be/notes/html5-id-class
-
- 19 Dec, 2013 3 commits
-
-
Zlatan Vasović authored
-
joep.joosten@ihomer.nl authored
Fix: IE10 or lower incorrectly determines the scrollheight of the body. Use document.documentElement for IE. To make this browser agnostic, the maximum scrollheight of both body and documentElement is used.
-
joep.joosten@ihomer.nl authored
Fix: IE10 or lower incorrectly determines the scrollheight of the body. Use document.documentElement for IE. To make this browser agnostic, the maximum scrollheight of both body and documentElement is used.
-
- 18 Dec, 2013 2 commits
-
-
Chris Rebert authored
-
Mark Otto authored
-
- 08 Dec, 2013 1 commit
-
-
XhmikosR authored
-
- 02 Dec, 2013 1 commit
-
-
Mark Otto authored
-
- 15 Nov, 2013 1 commit
-
-
fat authored
-
- 11 Nov, 2013 1 commit
-
-
moodyroto authored
Scrollspy target in tab content does not work properly. Calling .parents('.active') will return all parents with an active class (including the tab pane). Changing this line to .parentsUntil(this.options.target, '.active') should resolve the issue. This will scope the query to only search for active elements inside the scrollspy target.
-
- 07 Nov, 2013 1 commit
-
-
Chris Ziogas authored
Fix scrollspy.js so as affix is updated properly when user scrolls fast to top of page. A fix for issue #11310.
-
- 06 Nov, 2013 1 commit
-
-
Mark Otto authored
-
- 02 Nov, 2013 1 commit
-
-
Chris Rebert authored
-
- 29 Oct, 2013 1 commit
-
-
Jared Christensen authored
-
- 22 Oct, 2013 2 commits
-
-
Zlatan Vasović authored
-
Arnold Daniels authored
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.
-
- 22 Aug, 2013 1 commit
-
-
Josh Dague authored
Removes `window.jQuery` in favor of `jQuery`, fixes #10038
-
- 27 Jul, 2013 1 commit
-
-
fat authored
-
- 25 Jul, 2013 1 commit
-
-
Chris Rebert authored
-
- 08 Jul, 2013 1 commit
-
-
ClausH authored
-
- 25 May, 2013 1 commit
-
-
Jacob Thornton authored
add show/shown hide/hidden events to dropdown + update dropdown links for testing + catch a few missed namespace things
-
- 22 May, 2013 1 commit
-
-
Jacob Thornton authored
-
- 17 May, 2013 2 commits
- 16 May, 2013 1 commit
-
-
fat authored
-
- 24 Apr, 2013 1 commit
-
-
Stephen Edgar authored
-