aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2012-03-29simplify transition plugin a littleJacob Thornton1-20/+19
2012-03-29remove "technique"Jacob Thornton1-1/+1
2012-03-29replace UA sniffingJacob Thornton1-11/+18
2012-03-24add missing closing braceJacob Thornton1-1/+1
2012-03-24add MSTransitionEnd event to js pluginJacob Thornton1-0/+2
2012-03-24return matcher value directly + cleanup first lines of filesJacob Thornton12-11/+17
2012-03-24add preventDefault support for all inital event types (show, close, hide, etc...Jacob Thornton10-16/+102
2012-03-24allow prevent default for show and hide event in modalJacob Thornton2-7/+41
2012-03-21filter out non matches in mapJacob Thornton1-2/+2
2012-03-21cache $(href) lookupJacob Thornton1-3/+4
2012-03-21sort scrollspy to prevent flicker for unordered navJacob Thornton1-6/+15
2012-03-21clear timeout to reset delays for tooltip/popoverJacob Thornton1-2/+4
2012-03-21Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wipJacob Thornton1-4/+16
2012-03-21top stripping leading and trailing whitespace + always use .html methodJacob Thornton2-6/+2
2012-03-20if transitioning collapse, don't start new transitionJacob Thornton1-4/+16
2012-03-19prevent dropdowns from closing when clicking inside form element inside dropdownJacob Thornton2-3/+6
2012-03-19fix slide logic for ie+ in carouselJacob Thornton1-7/+7
2012-03-19if parent in collapse, only grab childrenJacob Thornton1-2/+1
2012-03-19fix collapse bug in ie7+ for initial collapse inJacob Thornton1-1/+1
2012-03-19active - onActivateJacob Thornton1-1/+1
2012-03-19fire active event on activeJacob Thornton1-1/+3
2012-03-19if interval is false, do not autocycle the carouselJacob Thornton1-4/+5
2012-03-19typeahead should escape regexp special charsJacob Thornton2-1/+18
2012-03-19;)Jacob Thornton1-1/+1
2012-03-19select last item in scrollspy if you've reached the bottom of the document or...Jacob Thornton1-0/+7
2012-03-17add /headJacob Thornton1-1/+1
2012-03-122.0.2 derpv2.0.2Jacob Thornton12-12/+12
2012-03-12remove collapse class on open so that dropdowns are viewableJacob Thornton1-1/+3
2012-03-11Merge branch 'zerkms-master' into 2.0.2-wipMark Otto1-1/+1
2012-03-12Grammar fix in js/README.mdIvan Kurnosov1-1/+1
2012-03-08Merge pull request #2177 from phopkins/typeahead_friendlyJacob Thornton2-7/+11
2012-02-24fix for @pamelafox and #1861Jacob Thornton1-1/+1
2012-02-24and pause on hover option to carouselJacob Thornton1-0/+4
2012-02-22Allows escape to bubble when menu isn't shownPete Hopkins1-0/+1
2012-02-22Fires change event when element is selected from menuPete Hopkins2-1/+6
2012-02-22Allow events to propagate / default if not used.Pete Hopkins1-6/+4
2012-02-20fix cycling in carouselJacob Thornton1-2/+2
2012-02-18fix bootstrap-button toggle regression + testsJacob Thornton2-2/+27
2012-02-162.0.1v2.0.1Jacob Thornton12-12/+12
2012-02-16don't try next if not nextJacob Thornton1-0/+2
2012-02-16null out interval so that pause doesn't resume on next or prevJacob Thornton1-0/+1
2012-02-16fix alertsJacob Thornton1-3/+6
2012-02-13add semicolons to the end of js filesJacob Thornton12-13/+13
2012-02-12honor data attributes set on modal as wellJacob Thornton1-1/+1
2012-02-07don't use e.target incase button has icon or other content inside itJacob Thornton1-1/+1
2012-02-06Merge branch 'CaryLandholt-master' into 2.0.1-wipMark Otto1-1/+1
2012-02-06Merge branch 'master' of https://github.com/CaryLandholt/bootstrap into CaryL...Mark Otto1-1/+1
2012-02-07Grammatical changes have been made as suggested by @cvrebert for issue #1787.raphaelz1-2/+2
2012-02-06fix alert tests + add show option back to modalsJacob Thornton2-5/+6
2012-02-01Fixed typo "tabs" ==> "button"Cary Landholt1-1/+1