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 (Collapse)Author
2012-08-15stray ;Jacob Thornton
2012-08-15get affix actually working and update docsJacob Thornton
2012-08-03fix indexof on array for ie8Jacob Thornton
2012-08-02close #3531 added focus handling and removed the badly announced "times" ↵Dirk Ginader
close button from screenreaders
2012-07-24IE10 uses 'transition' and 'transitionend'Jonathan Sampson
msTransition, while supported in IE, should be ignored in favor of the unprefixed property. Additionally, MSTransitionEnd should also be ignored in favor of the unprefixed event transitionend. Current unit test requires no attention in light of this change. MSDN: http://msdn.microsoft.com/en-us/library/ie/hh673535(v=vs.85).aspx#transitions_dom_events
2012-07-24delete this test for now - as affix is still heavily underdevelopmentJacob Thornton
2012-07-23Fix transition end name for opera 11+12Aleksey V Zapparov
Fix transition end name for Opera 11 and Opera 12. Should fix issues: #3896, #3897, #4157, #4158
2012-07-23some progress on affix pluginJacob Thornton
2012-07-23Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wipJacob Thornton
2012-07-23adds minLength #3960Jacob Thornton
2012-07-23remove the ns optionJon Stevens
2012-07-23simplify things to one line. pull #4104Jon Stevens
2012-07-20on destroy, also hide. issue #3880, pull #4104Jon Stevens
2012-07-17namespace the events for popover/tooltip so that they can be cleanly ↵Jon Stevens
removed. issue #3880
2012-06-20Merge pull request #3880 from lookfirst/popover-destroyJacob Thornton
Add popover / tooltip destroy method
2012-06-20Merge pull request #3770 from Barryvdh/2.1.0-wipJacob Thornton
Scope carousel .active to .item
2012-06-20simplify code into a single lineJon Stevens
2012-06-20change transition end name for operaJacob Thornton
2012-06-19add unit tests for destroy behavior of popover and tooltipJon Stevens
2012-06-19enable the ability to destroy tooltips and popovers from elements. related ↵Jon Stevens
to issue #3453
2012-06-08Scope finding the .active to .itemBarryvdh
2012-06-04adds remote source to modal. Remote source can be specified in href or by ↵Jacob Thornton
providing a remote option #936
2012-06-03check length so that pause, actually pausesJacob Thornton
2012-06-03make active selector more specific #2043 and rebuildJacob Thornton
2012-06-03Merge branch 'async' into 2.1.0-wipMatt Morgan
2012-06-03only set height explicitly for collapse when animation is supported #2131Jacob Thornton
2012-06-03only trigger $.support.transition.end when it existsJacob Thornton
2012-06-03fix multi carousel bug #3194Jacob Thornton
2012-06-03fix carousel when hiding a reshowing - make sure it always triggers ↵Jacob Thornton
transition end #3248
2012-06-03fix regression in typeahead #3313Jacob Thornton
2012-06-03add length to parent dropdown check #3316Jacob Thornton
2012-06-03upgrade jquery to 1.7.2 #3379Jacob Thornton
2012-06-03rebuild assetsJacob Thornton
2012-06-03add relatedTarget to carousel slide eventJacob Thornton
2012-06-03remove isHTML supportJacob Thornton
2012-06-03add html option back to tooltip and popover to explicitly prevent XSS #3421Jacob Thornton
2012-06-03add collapsed class to collapse invoker when it's target is collapsed #3525Jacob Thornton
2012-06-03Merge branch 'accessibility' into 2.1.0-wipJacob Thornton
Conflicts: docs/assets/js/bootstrap.min.js docs/javascript.html docs/templates/pages/javascript.mustache
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton
2012-05-31rebuild and fix testJacob Thornton
2012-05-31Merge pull request #3655 from jorgenfb/8dda83906d72ade81ecf9b21d55b5a2922589d30Jacob Thornton
Updated unit test for tooltips. Now using is() instead of hasClass()
2012-05-20Swapped out .hasClass() with .is() when checking for multiple classesJørgen Borgesen
2012-05-20Added unit test to check that tooltips is not showed when leave event is ↵Jørgen Borgesen
triggered before show delay has expired AND the hide delay is set to 0
2012-05-17remove logJacob Thornton
2012-05-17abandon activedescendant because it was awfulJacob Thornton
2012-05-17nearly everything working with activedescendant... then decide it's wrong.Jacob Thornton
2012-05-17add proper role to dialog markup and cleanup modal loggingJacob Thornton
2012-05-17Merge branch 'master' into 2.0.4-wipJacob Thornton
2012-05-17modal accessibility tab controlJacob Thornton
2012-05-14Cancel running timer for tooltips with delayed show, but instant hide. This ↵Jørgen Borgesen
prevents delayed tooltips from appearing if the mouse leaves the elements before tooltip is showed and the hiding delay is 0.