Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
2012-03-13remove collapse class on open so that dropdowns are viewableJacob Thornton
2012-03-12Merge branch 'zerkms-master' into 2.0.2-wipMark Otto
2012-03-12Grammar fix in js/README.mdIvan Kurnosov
2012-03-08Merge pull request #2177 from phopkins/typeahead_friendlyJacob Thornton
2012-02-25fix for @pamelafox and #1861Jacob Thornton
2012-02-25and pause on hover option to carouselJacob Thornton
2012-02-22Allows escape to bubble when menu isn't shownPete Hopkins
2012-02-22Fires change event when element is selected from menuPete Hopkins
2012-02-22Allow events to propagate / default if not used.Pete Hopkins
2012-02-21fix cycling in carouselJacob Thornton
2012-02-19fix bootstrap-button toggle regression + testsJacob Thornton
2012-02-172.0.1v2.0.1Jacob Thornton
2012-02-17don't try next if not nextJacob Thornton
2012-02-17null out interval so that pause doesn't resume on next or prevJacob Thornton
2012-02-17fix alertsJacob Thornton
2012-02-14add semicolons to the end of js filesJacob Thornton
2012-02-12honor data attributes set on modal as wellJacob Thornton
2012-02-08don't use e.target incase button has icon or other content inside itJacob Thornton
2012-02-07Merge branch 'CaryLandholt-master' into 2.0.1-wipMark Otto
2012-02-07Merge branch 'master' of https://github.com/CaryLandholt/bootstrap into CaryL...Mark Otto
2012-02-07Grammatical changes have been made as suggested by @cvrebert for issue #1787.raphaelz
2012-02-06fix alert tests + add show option back to modalsJacob Thornton
2012-02-02Fixed typo "tabs" ==> "button"Cary Landholt
2012-02-02nuke all curly ticksMark Otto
2012-01-30update tests for popover to use proper classesMark Otto
2012-01-30namespace popover valuesMark Otto
2012-01-30Fixes issue with Opera flickering on the collapse plugin when reset is called...Mark Reeder
2012-01-30fix js readme api capitalizationMark Otto
2012-01-29typahead does case insensitive matching with simple sorter + accepts highligh...Jacob Thornton
2012-01-29fix z-index issue with modals for popovers,tooltips,and dropdownsJacob Thornton
2012-01-28Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton
2012-01-28clean up js api for dropdownsJacob Thornton
2012-01-28no debuggerJon Stevens
2012-01-28all unit tests passing in ie7Jacob Thornton
2012-01-28fix failing typeahead testsJacob Thornton
2012-01-28move the matcher and sorter into the options - encourage people to override t...Jacob Thornton
2012-01-28add zindex option for tooltips/popovers and fix modal zindex doc exampleJacob Thornton
2012-01-27Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton
2012-01-27change typeahead to data-source instead of data-data and add to docsJacob Thornton
2012-01-27Merge pull request #1272 from napoleond/2.0-wipJacob Thornton
2012-01-27Merge pull request #1269 from phopkins/ie_typeaheadMark Otto
2012-01-27Enable default browser key behaviour when typeahead isn't showing.David N
2012-01-27consistent new lines at ends of filesMark Otto
2012-01-27Switches from Array#filter to jQuery.grep for IE<=8 supportPete Hopkins
2012-01-25prevent defaultJacob Thornton
2012-01-25scrollspy working for sub navsJacob Thornton
2012-01-242.0-wip: fix js headsJon Stevens
2012-01-24i don't think the batch s/2011/2012/ was supposed to hit this. :)Eden
2012-01-22Rename the tooltip test fileNicklas Ansman Giertz
2012-01-22Add testcase to popoverNicklas Ansman Giertz