aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-tooltip.js
AgeCommit message (Collapse)AuthorFilesLines
2012-10-302.1.1 - hotfix for carouselv2.2.1fat1-1/+1
2012-10-29v2.2.0 instead of v2.1.2Mark Otto1-1/+1
2012-10-17Merge pull request #5389 from frntz/2.1.2-wipbilly gates1-4/+4
Update js/bootstrap-tooltip.js
2012-10-15fixed reference to this.tip() so it works in delegate eventsMartin Stein1-2/+3
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-24change tooltip/popover insert strategyJacob Thornton1-3/+3
remove modal-open class hopefully resolve z-index headaches
2012-09-24change tooltip/popover html default to false for xss safety netJacob Thornton1-1/+1
2012-09-05version bump to get this startedMark Otto1-1/+1
2012-08-21update version numbers to 2.1.1Mark Otto1-1/+1
2012-08-19bump versions to 2.1.0Mark Otto1-1/+1
2012-08-18add click option for tooltip, popover - make click default for popoverJacob Thornton1-2/+4
2012-07-22some progress on affix pluginJacob Thornton1-1/+1
2012-07-22remove the ns optionJon Stevens1-4/+3
2012-07-22simplify things to one line. pull #4104Jon Stevens1-2/+3
2012-07-20on destroy, also hide. issue #3880, pull #4104Jon Stevens1-0/+1
2012-07-16namespace the events for popover/tooltip so that they can be cleanly ↵Jon Stevens1-3/+4
removed. issue #3880
2012-06-20simplify code into a single lineJon Stevens1-3/+1
2012-06-18enable the ability to destroy tooltips and popovers from elements. related ↵Jon Stevens1-0/+6
to issue #3453
2012-06-02add html option back to tooltip and popover to explicitly prevent XSS #3421Jacob Thornton1-10/+2
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton1-1/+1
2012-05-20Added unit test to check that tooltips is not showed when leave event is ↵Jørgen Borgesen1-1/+0
triggered before show delay has expired AND the hide delay is set to 0
2012-05-14Cancel running timer for tooltips with delayed show, but instant hide. This ↵Jørgen Borgesen1-1/+2
prevents delayed tooltips from appearing if the mouse leaves the elements before tooltip is showed and the hiding delay is 0.
2012-04-242.0.2 -> 2.0.3Jacob Thornton1-1/+1
2012-04-14add tests for mouseout delay in tooltipJacob Thornton1-22/+14
2012-04-14add jshint support + a few minor stylistic changesJacob Thornton1-12/+13
2012-04-04remake and add isHTML check to popover as wellJacob Thornton1-2/+1
2012-04-04detect if title in tooltip is text or html. if text - use `text` method to ↵Jacob Thornton1-1/+13
prevent xss. all add a few notes to js readme about updated event
2012-03-24return matcher value directly + cleanup first lines of filesJacob Thornton1-1/+2
2012-03-21clear timeout to reset delays for tooltip/popoverJacob Thornton1-2/+4
2012-03-21top stripping leading and trailing whitespace + always use .html methodJacob Thornton1-2/+0
2012-03-122.0.2 derpv2.0.2Jacob Thornton1-1/+1
2012-02-24fix for @pamelafox and #1861Jacob Thornton1-1/+1
2012-02-162.0.1v2.0.1Jacob Thornton1-1/+1
2012-02-13add semicolons to the end of js filesJacob Thornton1-1/+1
2012-01-28fix z-index issue with modals for popovers,tooltips,and dropdownsJacob Thornton1-3/+0
2012-01-28no debuggerJon Stevens1-1/+0
2012-01-27add zindex option for tooltips/popovers and fix modal zindex doc exampleJacob Thornton1-0/+4
2012-01-242.0-wip: fix js headsJon Stevens1-1/+1
2012-01-14dates updated to 2012Mark Otto1-1/+1
2012-01-13Fixed when placement is a functionRenault John Lecoultre1-2/+2
2012-01-11add build tool for js + rename twipsy to tooltip + lots of little doc cleanupJacob Thornton1-0/+270