aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/navbar-top-fixed
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto2-69/+0
2017-05-24Update Popper.js to 1.9.9Johann-S1-1/+1
2017-05-17Update Popper.js 1.9.4Johann-S1-1/+1
2017-05-14Update Popper.js 1.9.3Johann-S1-1/+1
2017-05-14Update Popper.js 1.9.1 + Update documentation about Dropdown placementJohann-S1-1/+1
2017-05-14Update Popper.js 1.8.2Johann-S1-1/+1
2017-05-14Remove totaly Tether from documentation + dependenciesJohann-S1-1/+1
2017-03-30Add explicit aria-label to placeholder-only inputsPatrick H. Lauke1-1/+1
While `placeholder` is nominally valid per spec http://rawgit.com/w3c/html-api-map/master/index.html#accessible-name-and-description-calculation it is inelegant, a fallback, and not supported in ios/safari/voiceover and android/chrome/talkback, to name a few combinations `aria-describedby` is also not really the right tool for providing a name/label equivalent, so remove that from the list of possible alternative methods / clarify how it can be used
2017-03-23rename from .navbar-toggleable to .navbar-expand to reflect mobile first ↵Mark Otto1-1/+1
approach everywhere else
2017-03-23more docs updatesMark Otto1-2/+2
2017-03-20bump to jquery 3.2.1Mark Otto1-1/+1
2017-03-20Update dependencies.Bardi Harborow1-1/+1
2017-01-05Update dependencies.Bardi Harborow1-1/+1
2017-01-02update docs and examples to use new utilsMark Otto1-1/+1
2016-12-31v4: Rip out IE compatibility mode meta tags (#21483)Mark Otto1-2/+0
* Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro
2016-12-31switch to jquery slim, update examples to use code.jquery.com cdnMark Otto1-1/+1
2016-12-28update all examplesMark Otto1-2/+2
2016-12-24unify alignment of all these dang navbar formsMark Otto1-3/+3
2016-12-22streamline example navbars by removing .hidden-* classes on togglersMark Otto1-1/+1
2016-12-22put new toggler markup to useMark Otto1-1/+3
2016-12-22fixes #18115: move forward with one naming scheme for inversed color ↵Mark Otto1-1/+1
schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name)
2016-12-22fix up navbar top and fixed top examplesMark Otto1-10/+20
2016-10-20Normalize examples and update where relevant.Bardi Harborow2-4/+5
2016-10-12v4: Fix outdated utilites classesvsn4ik1-1/+1
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+1
2016-07-19remove navbar-toggler unicode symbol in HTMLPatrick H. Lauke1-3/+1
remove current HTML-based symbol, add any missing aria-* attributes
2016-06-28Support jQuery v3 in Bootstrap v4 (#20191)Chris Rebert1-1/+1
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
2016-05-26Update jQuery to v2.2.4.XhmikosR1-1/+1
2016-03-19Update jQuery to v2.2.2.XhmikosR1-1/+1
2016-03-07Examples: Update tether to v1.2.0.XhmikosR1-1/+1
[ci skip]
2016-01-10docs: Add SRI hash for Tether; refs #18665Chris Rebert1-1/+1
2016-01-10docs: Add SRI hash for jQuery; refs #18665Chris Rebert1-1/+1
2015-12-24Add Tether to example pages that were missing itChris Rebert1-0/+1
[skip sauce]
2015-12-08Update examples to account for #18185Chris Rebert1-1/+1
[skip sauce]
2015-12-06fix up navbar examples with proper coloringMark Otto1-2/+2
2015-10-24Switch to jQuery 2.1.4.XhmikosR1-1/+1
Now that we don't support IE 8 it's safe to do that.
2015-10-06Add shrink-to-fit viewport directivePatrick H. Lauke1-1/+1
Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510
2015-09-06Add missing jQuery local fallback.XhmikosR1-0/+1
[ci skip]
2015-09-06Use jQuery 1.11.3 everywhere.XhmikosR1-1/+1
[ci skip]
2015-09-06Clean up inclusion of IE-specific JS files.XhmikosR1-3/+2
Move them to footer, and remove duplicate ones. [ci skip]
2014-11-29clean up navbar examplesMark Otto1-1/+1
2014-10-27add height to new navbar examples to show behaviorMark Otto1-0/+2
2014-07-15don't include local jqueryMark Otto1-2/+1
2014-07-14new fixed navbar exampleMark Otto2-0/+58