aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2011-11-16improve alert api - $("#fat").alert("close") should just work.Jacob Thornton1-2/+11
2011-11-08remove selector options for popover, in favor of more generic content selectorJacob Thornton2-27/+2
2011-11-07removed twipsy optionsRod Vagg3-23/+4
2011-11-07Merge remote-tracking branch 'twitter/master' into poveroptRod Vagg2-2/+16
2011-11-06don't include data-content/data-title as specifications for options in twipsy...Jacob Thornton2-2/+16
2011-11-06tests & docs & twipsy tooRod Vagg3-4/+46
2011-11-06Merge branch 'master' into poveroptRod Vagg1-4/+5
2011-11-05update to jquery 1.7 + add toggle method to twipsy/popoverJacob Thornton1-4/+5
2011-11-05optionable selectors for title & content elementsRod Vagg1-3/+5
2011-11-04update button commentJacob Thornton1-2/+2
2011-11-03update 1.3 to 1.4 stuffsJacob Thornton8-8/+8
2011-11-03rebuild css, add preserve-3d for faster animations, fix whitespace in mixins....Jacob Thornton1-3/+3
2011-10-31issue #240 - firefox drop css transition events :{oJacob Thornton1-3/+16
2011-10-29add template option and make title an optional attribute for popoverJacob Thornton2-4/+16
2011-10-29allow the use of data attributes to define popover optionsJacob Thornton2-3/+3
2011-10-29add active class to css for buttons, write new spec for button, "use strict"Jacob Thornton10-21/+93
2011-10-29star work on bootstrap-buttons.jsJacob Thornton1-0/+50
2011-10-04pass more args to placement functionJacob Thornton1-8/+4
2011-10-04add dropdown tab selection supportJacob Thornton1-5/+14
2011-10-04Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-12/+15
2011-10-04add selector option to alerts, update modal settings strategyJacob Thornton2-7/+12
2011-10-03Add jquery.ready hook after defining plugin, to avoid breakage when used with...Steve Purcell1-12/+15
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-09-29Merge pull request #329 from lmjabreu/masterJacob Thornton1-1/+1
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 https://github.com/aaronj1335/boot...Jacob Thornton1-1/+5
2011-09-29show should be fals for modal defaultJacob Thornton1-1/+1
2011-09-29@dmyers settings fix #255Jacob Thornton1-1/+1
2011-09-29change event to use target and relatedTarget (which more closely resembles ac...Jacob Thornton2-19/+29
2011-09-29changed event should be change eventJacob Thornton2-6/+6
2011-09-29Merge branch 'tab-event' of https://github.com/kasperp/bootstrap into kasperp...Jacob Thornton2-10/+34
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
2011-09-22add semicolon to end of file while i think about better solution...Jacob Thornton7-7/+7
2011-09-20fix reflow typo - should be $element not $backdropJacob Thornton1-4/+4
2011-09-19Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-1/+1
2011-09-19remove var O_OJacob Thornton1-1/+1
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 Thornton2-150/+157
2011-09-18lemme smang it giiiirlJacob Thornton6-12/+12
2011-09-18Added changed event to bootstrap-tabs.jsKasper Bøgebjerg Pedersen2-9/+33
2011-09-17allow backdrop option to accept "static" optionJacob Thornton2-7/+8
2011-09-17Adding flag to prevent backdrop click hiding modalNick Veys2-3/+68
2011-09-16check for jquery/ender on windowJacob Thornton7-7/+7
2011-09-15$(document).ready instead of $(function() {}) for ender supportJacob Thornton5-7/+7