aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-03Merge pull request #346 from alepee/masterMark Otto3-1/+3
Add a white-space: nowrap; for .label elements.
2011-10-03Merge pull request #362 from purcell/safe-dropdown-initializationJacob Thornton1-12/+15
Add jquery.ready hook after defining plugin, to avoid breakage with modernizr/yepnope
2011-10-03Add jquery.ready hook after defining plugin, to avoid breakage when used ↵Steve Purcell1-12/+15
with modernizr/yepnope See https://gist.github.com/1258742 for an example, which results in the error "TypeError: Object has no method 'dropdown' at bootstrap-dropdown.js line 31" It looks like in these circumstances, the functions hooked into jquery.ready get run immediately, and so applying the dropdown behavior to specific elements before defining the 'dropdown' method causes breakage.
2011-10-02Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-1/+1
2011-10-02preboot.less > variables.less in docsJacob Thornton1-3/+3
2011-10-02Merge pull request #361 from samuelcarlton/patch-1Jacob Thornton1-1/+1
Fixed comment to show appropriate file name.
2011-10-02Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-1/+1
2011-10-02remove options check in modal.jsJacob Thornton1-5/+3
2011-10-02Fixed comment to show appropriate file name. Sam Carlton1-1/+1
2011-09-30white-space: nowrap; for .labelAntoine Lépée3-1/+3
Add white-space: nowrap; for .label elements.
2011-09-29Merge pull request #329 from lmjabreu/masterJacob Thornton1-1/+1
make tabs plugin play well with nested tabs
2011-09-29wait for transition to end before triggering shown eventJacob Thornton1-2/+8
2011-09-29whitespaceJacob Thornton1-2/+2
2011-09-29Merge branch 'fix_hide_before_show_bug' of ↵Jacob Thornton1-1/+5
https://github.com/aaronj1335/bootstrap into aaronj1335-fix_hide_before_show_bug
2011-09-29add note about making sure to include boostrap-twipsy before popover scriptJacob Thornton1-0/+1
2011-09-29show should be fals for modal defaultJacob Thornton1-1/+1
2011-09-29@dmyers settings fix #255Jacob Thornton1-1/+1
2011-09-29Merge branch 'kasperp-tab-event'Jacob Thornton3-12/+67
2011-09-29change event to use target and relatedTarget (which more closely resembles ↵Jacob Thornton3-22/+33
actual event api)
2011-09-29changed event should be change eventJacob Thornton3-8/+8
2011-09-29Merge branch 'tab-event' of https://github.com/kasperp/bootstrap into ↵Jacob Thornton3-10/+54
kasperp-tab-event
2011-09-29Merge pull request #332 from pamelafox/patch-2Jacob Thornton1-1/+1
JS Docs Typo
2011-09-28Think the option is supposed to be 'keyboard' in the docs, not 'closeOnEsc'.Pamela Fox1-1/+1
2011-09-28tweaked bootstrap-tabs plugin active tab selector to allow for nested tabsLuis Abreu1-1/+1
2011-09-23return thisAaron Stacy1-1/+1
2011-09-23updated if statement formAaron Stacy1-1/+3
2011-09-23added bug fix for hide-before-show bugAaron Stacy1-1/+3
this commit fixes a bug where .modal('hide') is called on a modal object before .modal('show'). this can be viewed here: http://jsfiddle.net/aaronj1335/7hH89/8/ (notice the JS exception that is thrown)
2011-09-22add semicolon to end of file while i think about better solution...Jacob Thornton7-7/+7
2011-09-22Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-5/+5
2011-09-22update table to support header and arrowsJacob Thornton3-15/+14
2011-09-21Merge pull request #278 from adamnbowen/patch-1Jacob Thornton1-5/+5
Fixes typos of "bootstrap"
2011-09-21Fixes typos of "bootstrap"Adam Bowen1-5/+5
2011-09-20Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-1/+1
2011-09-20fix reflow typo - should be $element not $backdropJacob Thornton1-4/+4
2011-09-20Merge pull request #268 from workwithnano/patch-1Jacob Thornton1-1/+1
Typo fix: "you're" to "your".
2011-09-20Typo fix: "you're" to "your".Nano1-1/+1
2011-09-19Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-1/+1
2011-09-19remove var O_OJacob Thornton1-1/+1
2011-09-19Merge pull request #259 from jacobfike/masterJacob Thornton1-1/+1
fixes #258, clicking a tab remove .active class from all elements on the page
2011-09-19fixes #258, clicking a tab remove .active class from all elements on the pageJacob Fike1-1/+1
2011-09-18listen to document for ieJacob Thornton1-2/+2
2011-09-18force reflow instead of relying on eventloop (firefox)Jacob Thornton3-151/+158
listen to window for escape press
2011-09-18lemme smang it giiiirlJacob Thornton7-13/+13
2011-09-18Merge pull request #241 from asmega/javascript_docs_faviconJacob Thornton1-4/+4
fixing locations of favicon + apple icons
2011-09-18fixing locations of favicon + apple iconsasmega1-4/+4
2011-09-18Added changed event to bootstrap-tabs.jsKasper Bøgebjerg Pedersen3-9/+53
2011-09-17change version in makefile to 1.3Jacob Thornton2-3/+3
2011-09-17Merge pull request #233 from cheeaun/patch-1Jacob Thornton1-4/+4
Documentation typo/error on scrollSpy.
2011-09-18Documentation typo/error on scrollSpy.Lim Chee Aun1-4/+4
2011-09-17allow backdrop option to accept "static" optionJacob Thornton4-20/+15