aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2012-10-15Fixed copy/paste caused typodmitriybudnik2-2/+22
2012-10-15fixed reference to this.tip() so it works in delegate eventsMartin Stein2-2/+11
2012-10-08Added test to fix for #5362Kevin Attfield1-0/+19
2012-10-02Update js/bootstrap-tooltip.jsfrntz1-4/+4
Avoid loosing events attached on Jquery object if added via function in popover content
2012-09-30Fix for #5362Kevin Attfield1-1/+1
Fix for issue [5362](https://github.com/twitter/bootstrap/issues/5362): tab events fired on wrong dropdown anchor.
2012-09-27don't wait for ready when binding events to documentCarl Porth8-62/+45
2012-09-27Fix for #4550Artem Kustikov1-2/+3
Also fixes dropdowns hiding behavior for case when two or more dropdowns with [data-toggle=dropdown] exist on the page
2012-09-27Fixed bug in dropdown toggle where menu would only clear on the first drop downErlend Halvorsen2-4/+45
2012-09-26bind data-api events to document instead of body to allow body replacementCarl Porth8-8/+8
2012-09-24check affix pos on clicks - use timeout for clicks which scrollJacob Thornton1-1/+3
2012-09-24change tooltip/popover insert strategyJacob Thornton2-7/+3
remove modal-open class hopefully resolve z-index headaches
2012-09-24change tooltip/popover html default to false for xss safety netJacob Thornton2-2/+3
2012-09-20change transition.js, rebuild… travis maybe will be happy?Jacob Thornton1-4/+4
2012-09-20remove src'sJacob Thornton1-1/+1
2012-09-20rebuild - fix missing (Jacob Thornton1-1/+1
2012-09-20added support for jquery 1.8.*Jacob Thornton5-27/+29
2012-09-05version bump to get this startedMark Otto13-13/+13
2012-08-28Merge remote-tracking branch 'origin/2.1.0-wip' into 2.1.1-wipRoss Johnson1-1/+1
2012-08-28Fix key events with Chrome + jQuery 1.8.0Ross Johnson1-1/+1
2012-08-27only stop prop on form – as people seem to be relying on dropdown hiding ↵Jacob Thornton1-1/+1
when clicking internal elements
2012-08-27crude check to make sure element has a # for an idJacob Thornton2-1/+19
2012-08-27fix for #4761Jacob Thornton2-2/+21
2012-08-23Fix typo found with codespell.Ryan Pavlik1-1/+1
2012-08-21update version numbers to 2.1.1Mark Otto13-13/+13
2012-08-19bump versions to 2.1.0Mark Otto12-13/+13
2012-08-18listen to touchstart for dropdowns on mobileJacob Thornton1-4/+4
2012-08-18add click option for tooltip, popover - make click default for popoverJacob Thornton3-3/+6
2012-08-14stray ;Jacob Thornton1-1/+1
2012-08-14get affix actually working and update docsJacob Thornton1-18/+20
2012-08-02fix indexof on array for ie8Jacob Thornton1-1/+1
2012-08-01close #3531 added focus handling and removed the badly announced "times" ↵Dirk Ginader1-5/+15
close button from screenreaders
2012-07-24IE10 uses 'transition' and 'transitionend'Jonathan Sampson1-1/+0
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-23delete this test for now - as affix is still heavily underdevelopmentJacob Thornton2-7/+1
2012-07-23Fix transition end name for opera 11+12Aleksey V Zapparov1-1/+1
Fix transition end name for Opera 11 and Opera 12. Should fix issues: #3896, #3897, #4157, #4158
2012-07-22some progress on affix pluginJacob Thornton10-123/+141
2012-07-22Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wipJacob Thornton4-8/+18
2012-07-22adds minLength #3960Jacob Thornton2-2/+23
2012-07-22remove the ns optionJon Stevens2-6/+4
2012-07-22simplify things to one line. pull #4104Jon Stevens2-4/+4
2012-07-20on destroy, also hide. issue #3880, pull #4104Jon Stevens4-0/+6
2012-07-16namespace the events for popover/tooltip so that they can be cleanly ↵Jon Stevens4-8/+14
removed. issue #3880
2012-06-20Merge pull request #3880 from lookfirst/popover-destroyJacob Thornton4-0/+27
Add popover / tooltip destroy method
2012-06-20Merge pull request #3770 from Barryvdh/2.1.0-wipJacob Thornton1-1/+1
Scope carousel .active to .item
2012-06-20simplify code into a single lineJon Stevens2-6/+2
2012-06-20change transition end name for operaJacob Thornton1-1/+1
2012-06-18add unit tests for destroy behavior of popover and tooltipJon Stevens2-0/+19
2012-06-18enable the ability to destroy tooltips and popovers from elements. related ↵Jon Stevens2-0/+12
to issue #3453
2012-06-08Scope finding the .active to .itemBarryvdh1-1/+1
2012-06-03adds remote source to modal. Remote source can be specified in href or by ↵Jacob Thornton1-3/+5
providing a remote option #936
2012-06-03check length so that pause, actually pausesJacob Thornton1-1/+1