aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
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
Conflicts: Makefile
2012-03-12Grammar fix in js/README.mdIvan Kurnosov1-1/+1
2012-03-08Merge pull request #2177 from phopkins/typeahead_friendlyJacob Thornton2-7/+11
[2.0.2-wip] Typeahead friendly
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
- All key events when the menu is not shown now propagate. - Blur is also allowed to propagate.
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 ↵Mark Otto1-1/+1
CaryLandholt-master
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
2012-02-01nuke all curly ticksMark Otto1-2/+2
2012-01-30update tests for popover to use proper classesMark Otto1-4/+4
2012-01-30namespace popover valuesMark Otto1-3/+3
2012-01-29Fixes issue with Opera flickering on the collapse plugin when reset is ↵Mark Reeder1-1/+1
called without specifying the size https://github.com/twitter/bootstrap/issues/1208
2012-01-29fix js readme api capitalizationMark Otto1-1/+1
2012-01-28typahead does case insensitive matching with simple sorter + accepts ↵Jacob Thornton1-14/+29
highlighter option
2012-01-28fix z-index issue with modals for popovers,tooltips,and dropdownsJacob Thornton2-3/+4
2012-01-28Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-1/+0
2012-01-28clean up js api for dropdownsJacob Thornton1-2/+4
2012-01-28no debuggerJon Stevens1-1/+0
2012-01-28all unit tests passing in ie7Jacob Thornton10-19/+39
2012-01-28fix failing typeahead testsJacob Thornton1-4/+4
2012-01-27move the matcher and sorter into the options - encourage people to override ↵Jacob Thornton1-9/+12
them...
2012-01-27add zindex option for tooltips/popovers and fix modal zindex doc exampleJacob Thornton1-0/+4
2012-01-27Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-2/+2
Conflicts: docs/assets/css/bootstrap.css
2012-01-26change typeahead to data-source instead of data-data and add to docsJacob Thornton1-3/+4
2012-01-26Merge pull request #1272 from napoleond/2.0-wipJacob Thornton1-2/+2
Support tab and enter in typeahead
2012-01-26Merge pull request #1269 from phopkins/ie_typeaheadMark Otto1-1/+1
[2.0-wip] Fix typehead plugin for IE7/8
2012-01-26Enable default browser key behaviour when typeahead isn't showing.David N1-2/+2
2012-01-26consistent new lines at ends of filesMark Otto10-10/+10
2012-01-26Switches from Array#filter to jQuery.grep for IE<=8 supportPete Hopkins1-2/+2
2012-01-25prevent defaultJacob Thornton1-0/+1
2012-01-24scrollspy working for sub navsJacob Thornton1-6/+9
2012-01-242.0-wip: fix js headsJon Stevens10-12/+12
2012-01-24i don't think the batch s/2011/2012/ was supposed to hit this. :)Eden1-1/+1
2012-01-22Rename the tooltip test fileNicklas Ansman Giertz1-0/+0
It had not been renamed when twipsys became tooltips.