aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages/javascript.mustache
AgeCommit message (Collapse)AuthorFilesLines
2012-07-09fix up docs popover examples and copyMark Otto1-2/+1
2012-07-08adding getting started page based on Bootstrap University from awhile back, ↵Mark Otto1-0/+24
testing out side nav on docs instead of subnav bar
2012-07-06update buttons in docs to include typeMark Otto1-20/+20
2012-06-28use variablef or wells background-color, update docs for glyphicons license ↵Mark Otto1-2/+43
mention, update popovers to remove that thick border and make them look mo betta
2012-06-24remove subnav file, instead add an optional class for .navbarMark Otto1-15/+40
2012-06-24tons of docs cleanup in css, adding subnav to official componentsMark Otto1-3/+4
2012-06-18small typo fix to docsJon Stevens1-1/+1
2012-06-18enable the ability to destroy tooltips and popovers from elements. related ↵Jon Stevens1-1/+7
to issue #3453
2012-06-11more rearrangement and removal of about sections in js docsMark Otto1-71/+67
2012-06-11cleanup options display in all sections, rearrange typeahead sectionMark Otto1-9/+27
2012-06-11add a dropdowns section to Components (still needs work) and reformat much ↵Mark Otto1-108/+146
of the js docs
2012-06-11keep tables at 13px in docs for now, clean up some modals js docs stuffMark Otto1-11/+39
2012-06-07overhaul js docs top sections, update subheadMark Otto1-63/+30
2012-06-07remove individual js file download buttonsMark Otto1-12/+0
2012-06-07restore top navs entirelyMark Otto1-0/+16
2012-06-06add back left rail nav, tweak colorsMark Otto1-22/+0
2012-06-05updated javascripts for first pass at single columnMark Otto1-1109/+1083
2012-06-04more changes to js and components, playing with new docs subnavMark Otto1-86/+86
2012-06-03adds remote source to modal. Remote source can be specified in href or by ↵Jacob Thornton1-0/+7
providing a remote option #936
2012-06-03Merge branch 'async' into 2.1.0-wipMatt Morgan1-3/+3
2012-06-02change note to point out that boostrap.js bundles all plugins #3174Jacob Thornton1-1/+1
2012-06-02add html option back to tooltip and popover to explicitly prevent XSS #3421Jacob Thornton1-0/+12
2012-06-02Merge branch 'accessibility' into 2.1.0-wipJacob Thornton1-55/+58
Conflicts: docs/assets/js/bootstrap.min.js docs/javascript.html docs/templates/pages/javascript.mustache
2012-05-24fix example code for carouselMark Otto1-1/+1
2012-05-17fix modal example per #3510Mark Otto1-2/+2
2012-05-17abandon activedescendant because it was awfulJacob Thornton1-8/+8
2012-05-17nearly everything working with activedescendant... then decide it's wrong.Jacob Thornton1-60/+57
2012-05-16add proper role to dialog markup and cleanup modal loggingJacob Thornton1-2/+2
2012-05-16Merge branch 'master' into 2.0.4-wipJacob Thornton1-1/+7
2012-05-16modal accessibility tab controlJacob Thornton1-1/+7
2012-05-15example incorrect for modal dismiss buttonMark Otto1-1/+1
2012-05-13#3465 part 1: add type="button" to all dismiss buttons in docsMark Otto1-4/+4
2012-05-13remove wrapping <label> from all js docsMark Otto1-50/+26
2012-04-26Alter typeahead to accept synchronous/asynchronous data source via ↵Matt Morgan1-3/+3
function/callback
2012-04-16fix modal per #3086Mark Otto1-1/+1
2012-04-15move js tooltip linkMark Otto1-1/+1
2012-04-07fix typo on js docs selectorMark Otto1-1/+1
2012-03-31clarify use of dropdowns, href, and data-target for js docs; add tests to ↵Mark Otto1-0/+14
css tests page for it's display and execution in html
2012-03-27Finish of close conversion from a to buttonAndreas Cederström1-5/+5
2012-03-25add refresh method documentation to js docs to close #2028 and #2795Mark Otto1-0/+8
2012-03-24add explict note that tooltip delay isn't applied to manual trigger type in ↵Jacob Thornton1-2/+2
popover/tooltip
2012-03-23Merge branch '2.1.0-wip' into 2.0.3-wipMark Otto1-1/+16
Conflicts: docs/assets/bootstrap.zip
2012-03-23add mention of transitions plugin requirement on collapseMark Otto1-1/+2
2012-03-22change spacing and fix code blocksMark Otto1-6/+6
2012-03-22Clarify docs on how tabs are activated from JS, see #1000Marcus Bointon1-3/+7
2012-03-22Add more examples for activating tabsMarcus Bointon1-4/+6
Make naming of tab id consistent
2012-03-21Make changes in page templates, rebuildMarcus Bointon1-4/+9
2012-03-19add activate to scrollspy docsJacob Thornton1-0/+15
2012-03-19if interval is false, do not autocycle the carouselJacob Thornton1-1/+1
2012-03-10fix js typo per #2471Mark Otto1-3/+3