aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
AgeCommit message (Collapse)AuthorFilesLines
2014-10-22Added/removed blank lines in the docs for consitencyPanayiotis Lipiridis1-0/+1
2014-03-17Separate JS includes for alerts and popoversJulian Thilo1-0/+1
/cc @mdo
2014-03-16Break up docs into includesMark Otto1-2182/+12
2014-03-15relative not absoluteMark Otto1-1/+1
2014-03-11add role="alert" to Alert examples, to improve accessibilityChris Rebert1-2/+2
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/d8fcbcd3fe86f0cb47fda0ffe269b2c7a2131f07/README.md#alert
2014-03-09Fixes #12892: Link to one of the SO articles on Bootstrap modals and YouTubeMark Otto1-1/+5
2014-03-09Fixes #12487: Document required use of position relative for scrollspyMark Otto1-1/+9
2014-03-07fix derped htmlMark Otto1-4/+4
2014-03-07Merge branch 'master' into document_popover_focusMark Otto1-15/+22
Conflicts: docs/assets/js/docs.min.js
2014-02-28Fix small typo in JavaScript docsHeinrich Fenkart1-1/+1
2014-02-21Fixes #12744: Document ability to remove animation on modalsMark Otto1-0/+7
2014-02-12Use .bs-example-* instead of .bs-* in examples in docsChris Rebert1-12/+12
Refs #12610
2014-02-12avoid using .bs-* in example, & improve styleChris Rebert1-2/+2
2014-02-10Documents #10140Mark Otto1-1/+20
2014-02-10tweak phrasing for hopefully greater clarityChris Rebert1-1/+1
2014-02-07Omit semicolons consistently in docsZlatan Vasović1-6/+6
2014-02-07Merge pull request #12319 from twbs/address-12007Mark Otto1-0/+1
Clarify target of dropdown events
2014-02-07Fixes #12611: Mention limitation of one plugin's data attributes per elementMark Otto1-2/+7
2014-02-02fix #12527Chris Rebert1-0/+4
2014-02-02update docs about destination of remote modal content; fixes #12494Chris Rebert1-1/+1
2014-01-31fix #12484Chris Rebert1-2/+2
2014-01-28Update javascript.htmlJulian Thilo1-1/+1
2014-01-27Fix typoJulian Thilo1-1/+1
2014-01-27Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2014-01-27document id requirement in carousels per #12393Mark Otto1-0/+3
2014-01-27Change positioning reference from left to right in affix's example.Quy Ton1-1/+1
2014-01-20fix #12007 by clarifying target of dropdown eventsChris Rebert1-0/+1
2014-01-20fix #12314Julian Thilo1-0/+4
2014-01-20Corrected tag for Alert JS animation example from <a> to <button>nkav1-1/+1
Also removed href attribute and added type="button"
2014-01-18grammar: fix plural possessiveChris Rebert1-1/+1
2014-01-18fix anomalous indentationChris Rebert1-1/+1
2014-01-16Revert "Add tooltip `viewport` option, respect bounds of the viewport"Chris Rebert1-16/+0
This reverts commit edb221a20ceabebd427e27d0432e94a227717217. Reverting due to broken JS unit tests. Conflicts: docs/javascript.html
2014-01-16Merge branch 'bo-tooltip-viewport' of https://github.com/benogle/bootstrap ↵Mark Otto1-0/+16
into benogle-bo-tooltip-viewport Conflicts: docs/javascript.html
2014-01-16Update javascript.htmlpatricker1-1/+1
Fixed issue in Tabs example where the div had been marked as 'active' but the li had not been. The correct tab of data would be displayed on load, but no tabs would be highlighted. The tabs with fade example does not have this issue. jsFiddle: http://jsfiddle.net/uXV56/
2014-01-15indentation and page header changesMark Otto1-1498/+1476
2014-01-14upgrade tooltip/popover-in-groups callout from info to warningChris Rebert1-2/+2
2014-01-14Add tooltip `viewport` option, respect bounds of the viewportBen Ogle1-0/+16
2014-01-05add .container(-fluid) to remaining navbar examples for consistency/accuracyChris Rebert1-68/+72
follow-up to 93a4d6cc5ecdc1cbc09c4b8af2e587f4480b36cf
2014-01-04Fix anchor linksQuy Ton1-2/+2
2014-01-04Use relative URLsQuy Ton1-2/+2
2014-01-03Refer to popovers instead of tooltips.Quy Ton1-3/+3
2013-12-31Merge branch 'master' into docs_dirMark Otto1-4/+4
2013-12-28no more page.base_urlMark Otto1-1/+0
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-0/+2153
2013-07-18flatten docs dir back into rootMark Otto1-1776/+0
2013-07-18Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipfat1-6/+10
Conflicts: docs/assets/js/bootstrap.min.js
2013-07-18get button js working with actual form elements p coollfat1-6/+6
2013-07-18Merge branch '3.0.0-wip' of https://github.com/mauricew/bootstrap into ↵Mark Otto1-6/+10
mauricew-3.0.0-wip
2013-07-17fix broken docs calloutsMark Otto1-2/+2
2013-07-17Merge branch '3.0.0-docs-calloutfam' of ↵Mark Otto1-12/+18
https://github.com/juthilo/bootstrap-wip into juthilo-3.0.0-docs-calloutfam Conflicts: docs/components.html docs/css.html docs/customize.html