aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Jacob Thornton1-3/+3
mixins.less
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 ↵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-02remove options check in modal.jsJacob Thornton1-5/+3
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-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 ↵Jacob Thornton2-19/+29
actual event api)
2011-09-29changed event should be change eventJacob Thornton2-6/+6
2011-09-29Merge branch 'tab-event' of https://github.com/kasperp/bootstrap into ↵Jacob Thornton2-10/+34
kasperp-tab-event
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-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
listen to window for escape press
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
2011-09-12add version number to js commentsJacob Thornton7-7/+7
2011-09-11get all spec passing againJacob Thornton4-38/+46
2011-09-11method invocation jqueryui styleJacob Thornton3-33/+33
2011-09-11change hella js... broke all the tests. i <3 wipJacob Thornton4-109/+163
2011-09-10clicking open dropdown shoud close itJacob Thornton1-1/+4
2011-09-10add liscense to js filesJacob Thornton7-11/+127
2011-09-10add bootstrap-scrollspyJacob Thornton4-19/+171
2011-09-10add the dhg flavor backJacob Thornton1-11/+20
2011-09-10not feeling the slide inJacob Thornton1-20/+10
2011-09-10rework the transitions for the modal a bitJacob Thornton1-13/+22