diff options
| author | Mark Otto <[email protected]> | 2013-12-15 12:27:46 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 12:27:46 -0800 |
| commit | a925a0b985281ce34666c9a8a5630ba258904cb5 (patch) | |
| tree | c986cdd4e976242d9add218c6a0b626fb1aaddab /javascript.html | |
| parent | cb3d9dfe8310a94a7b742ed62e088d64e93baba3 (diff) | |
| download | bootstrap-a925a0b985281ce34666c9a8a5630ba258904cb5.tar.xz bootstrap-a925a0b985281ce34666c9a8a5630ba258904cb5.zip | |
Browser/device support docs update
* Fixes #11055: add mention of select menu styling on Android stock
browsers with included optional fix
* Update IDs and docs nav to include bookmark links to each section
* Add callout to navbar docs about fixed position, inputs, and virtual
keyboard
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript.html b/javascript.html index 76c9807eb..d83358a39 100644 --- a/javascript.html +++ b/javascript.html @@ -74,7 +74,7 @@ $('#myModal').on('show.bs.modal', function (e) { <div class="bs-callout bs-callout-warning" id="callout-third-party-libs"> <h4>Third-party libraries</h4> - <p><strong>Bootstrap does not officially support third-party JavaScript libraries</strong> like Prototype or jQuery UI. Despite <code>.noConflict</code> and namespaced events, there may be compatibility problems that you need to fix on your own. Ask on the <a href="http://groups.google.com/group/twitter-bootstrap">mailing list</a> if you need help.</p> + <p><strong>Bootstrap does not officially support third-party JavaScript libraries</strong> like Prototype or jQuery UI. Despite <code>.noConflict</code> and namespaced events, there may be compatibility problems that you need to fix on your own.</p> </div> </div> @@ -110,7 +110,7 @@ $('#myModal').on('show.bs.modal', function (e) { </div> <div class="bs-callout bs-callout-warning"> <h4>Mobile device caveats</h4> - <p>There are some caveats regarding using modals on mobile devices. <a href="{{ page.base_url }}getting-started#mobile-modals">See our browser support docs</a> for details.</p> + <p>There are some caveats regarding using modals on mobile devices. <a href="{{ page.base_url }}getting-started#fixed-position-keyboards">See our browser support docs</a> for details.</p> </div> <h3>Static example</h3> |
