aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
AgeCommit message (Collapse)AuthorFilesLines
2013-12-08Fixed some errors in the docs javascript.htmlkostyatretyak1-4/+4
2013-12-06This is error?kostyatretyak1-2/+2
2013-12-06Fixed another small errorkostyatretyak1-1/+1
2013-12-02replace double quotation marks with single in code examplesRakhat Jabagin1-5/+5
2013-11-30Merge pull request #11124 from StevenBlack/issue.11098Mark Otto1-1/+1
Fixes issue #11098 -- Button documentation.
2013-11-29improve affix docs with step-by-step walk through of plugin behavior and ↵Mark Otto1-10/+15
required CSS
2013-11-29Update scrollspy docs to more clearly indicate usageMark Otto1-2/+9
2013-11-18fixes part of #11117: doc that modal show()/hide() return before animation ↵Chris Rebert1-3/+3
finishes
2013-11-18fix #11089: document modal show+shown events' relatedTarget propertyChris Rebert1-4/+4
2013-10-23rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216Chris Rebert1-6/+6
2013-10-17JS docs: add cross-reference to Getting Started mobile modal sectionChris Rebert1-0/+4
2013-10-16Fixes issue #11098 -- Button documentation.Steven Black1-1/+1
2013-10-14In docs, recommend only <div> (not <span>) for putting tooltips on disabled ↵Chris Rebert1-2/+2
elements Per issue comments, `display: inline` elements like <span> don't work for this. Resolves #10049
2013-10-14add IDs to frequently-referenced parts of the docsChris Rebert1-1/+1
2013-10-13mention .invisible in docs per #10102Mark Otto1-0/+7
2013-10-13mention tooltip markup in docs per #10102Mark Otto1-0/+12
2013-10-13mention .modal-open and .modal-backdrop in docs /cc #10102Mark Otto1-0/+1
2013-10-13mention .dropdown-backdrop and .open in dropdown docs /cc #10102Mark Otto1-0/+1
2013-10-11documentation that multiple modals are not supportedAlex Dahl1-0/+5
2013-10-09use data-ride="carousel" in the docs & examples; fixes #11005Chris Rebert1-3/+3
2013-10-08fix #10986Chris Rebert1-1/+1
2013-09-26Resolves #10726 - clarifies javascript tab markup in docsAlex Kalicki1-1/+1
2013-09-17fix #10692Chris Rebert1-4/+4
2013-09-16Merge pull request #10641 from ggam/remove-accordionMark Otto1-6/+6
Removed unneeded 'accordion-toggle' class from collapse examples
2013-09-15remove duplicate text in documentation for popoverAndrew Homeyer1-1/+1
2013-09-14Removed unneeded 'accordion-toggle' class. Fixes #10481ggam1-6/+6
2013-09-11document jQuery version requirement; fixes #10355Chris Rebert1-1/+1
2013-09-11Merge pull request #10338 from twbs/readd-optin-notesMark Otto1-3/+11
Fix #10324: Add opt-in note to tooltip docs
2013-09-10Rephrase textJulian Thilo1-2/+2
2013-09-03Merge branch 'master' into carousel-glyphicons-mainstreamMark Otto1-0/+4
Conflicts: javascript.html
2013-09-03make Glyphicons mainstream in Carousel examplesChris Rebert1-10/+6
2013-09-03address #10343 more directly: add note on carousel transitions in IE8+9Chris Rebert1-0/+4
2013-09-02Completion of parentheseswangsai1-1/+1
2013-09-01Merge pull request #10342 from twbs/affix-docsMark Otto1-2/+2
minor improvements to affix docs
2013-09-01minor improvements to affix docsChris Rebert1-2/+2
2013-09-01fixes #10282: Cross reference tabs and tabs pluginMark Otto1-0/+5
2013-08-31Fix #10324: Add opt-in note to tooltip docsJulian Thilo1-3/+11
* Re-added a note (now callout) about need to opt in to tooltip docs * Converted same note in popover section to callout
2013-08-27Merge pull request #10131 from andyen/masterMark Otto1-1/+1
correct enable selector for button usage in docs
2013-08-27Fixes #9991: Better docs for tabbable tabs and fade classesMark Otto1-1/+19
* Adds full code snippets * Adds snippet for `.fade` * Adds callout for `.in` requirement on first fade-able tab
2013-08-26Fixes #10016 and updates that rather badly formatted calloutMark Otto1-7/+3
2013-08-25javascript.html: add data-ride noteBen Combee1-0/+1
carousel docs were missing mention of the data-ride attribute used to automatically start the carousel at load time
2013-08-25correct enable selector for button usageAndreas Jendrzey1-1/+1
following the given examples the correct selector to enable the buttons with javascript is ".btn-group".
2013-08-24Fixes #9008: remove `alert-block` class from exampleJoel Kuzmarski1-1/+1
2013-08-24Add role="button" to <a> buttonsKevin Suttle1-1/+1
These should really be <button> elements, but until that gets squared away, this will suffice.
2013-08-24forgot a pair of buttonsMark Otto1-1/+2
2013-08-24turn some buttons into <button> elements where possibleMark Otto1-22/+26
2013-08-24complete missed </td>wangsai1-0/+1
2013-08-23fix data-api portion of #10084Chris Rebert1-1/+1
2013-08-23repeat #10081 caveat for popovers tooChris Rebert1-0/+4
2013-08-23tweak #10081 phrasingChris Rebert1-3/+2