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-04-15whitespaceJacob Thornton
2012-04-15fix opera bug \o/ !!!! #1776Jacob Thornton
2012-04-15add tests for mouseout delay in tooltipJacob Thornton
2012-04-15change position of var in dropdown + cleanup makefile varsJacob Thornton
2012-04-15don't open dropdown if target is disabledJacob Thornton
2012-04-15calling pause on a slide should actually pause it - even when hoveringJacob Thornton
2012-04-15whitespaceJacob Thornton
2012-04-15fix typeahead testJacob Thornton
2012-04-15add jshint support + a few minor stylistic changesJacob Thornton
2012-04-08https://github.com/twitter/bootstrap/issues/2954Jacob Thornton
2012-04-05remake and add isHTML check to popover as wellJacob Thornton
2012-04-05detect if title in tooltip is text or html. if text - use `text` method to pr...Jacob Thornton
2012-03-30MSTransitionEnd + move paren (thanks rick waldron)Jacob Thornton
2012-03-30move over paren just because.Jacob Thornton
2012-03-30simplify transition plugin a littleJacob Thornton
2012-03-29remove "technique"Jacob Thornton
2012-03-29replace UA sniffingJacob Thornton
2012-03-25add missing closing braceJacob Thornton
2012-03-25add MSTransitionEnd event to js pluginJacob Thornton
2012-03-25return matcher value directly + cleanup first lines of filesJacob Thornton
2012-03-25add preventDefault support for all inital event types (show, close, hide, etc...Jacob Thornton
2012-03-25allow prevent default for show and hide event in modalJacob Thornton
2012-03-22filter out non matches in mapJacob Thornton
2012-03-22cache $(href) lookupJacob Thornton
2012-03-22sort scrollspy to prevent flicker for unordered navJacob Thornton
2012-03-22clear timeout to reset delays for tooltip/popoverJacob Thornton
2012-03-22Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wipJacob Thornton
2012-03-22top stripping leading and trailing whitespace + always use .html methodJacob Thornton
2012-03-21if transitioning collapse, don't start new transitionJacob Thornton
2012-03-20prevent dropdowns from closing when clicking inside form element inside dropdownJacob Thornton
2012-03-20fix slide logic for ie+ in carouselJacob Thornton
2012-03-20if parent in collapse, only grab childrenJacob Thornton
2012-03-20fix collapse bug in ie7+ for initial collapse inJacob Thornton
2012-03-20active - onActivateJacob Thornton
2012-03-20fire active event on activeJacob Thornton
2012-03-20if interval is false, do not autocycle the carouselJacob Thornton
2012-03-20typeahead should escape regexp special charsJacob Thornton
2012-03-20;)Jacob Thornton
2012-03-20select last item in scrollspy if you've reached the bottom of the document or...Jacob Thornton
2012-03-18add /headJacob Thornton
2012-03-132.0.2 derpv2.0.2Jacob Thornton
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