aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-tooltip.js
AgeCommit message (Expand)AuthorFilesLines
2013-02-06dont remove title attribute part 2Yohn1-1/+1
2013-02-05Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat1-1/+1
2013-02-05clean up stylesfat1-49/+39
2013-02-05Merge branch '2.3.0-wip' of git://github.com/ghusse/bootstrap into ghusse-2.3...fat1-3/+60
2013-02-05Merge pull request #6783 from joprice/popoverOptionsOverridefat-kun1-1/+1
2013-02-02reordered access of options in tooltip and popover to allow overriding data a...Joseph Price1-1/+1
2013-01-29Fix tooltip positioning for IE8Guillaume Smet1-1/+1
2013-01-27No semicolumnsGuillaume Gautreau1-23/+23
2013-01-26works with fixed testGuillaume Gautreau1-1/+1
2013-01-26lint + wrong comparisonGuillaume Gautreau1-2/+2
2013-01-26Unit test for replacing tooltip inside windowGuillaume Gautreau1-1/+1
2013-01-26Tooltip positionning on special casesGuillaume Gautreau1-4/+61
2012-12-26Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto1-12/+33
2012-12-24Merge pull request #6378 from Yohn/patch-7fat-kun1-1/+3
2012-12-24made container option be falseYohn1-1/+1
2012-12-24removed the length checkYohn1-1/+1
2012-12-23adding container option to tooltipsYohn1-1/+3
2012-12-23Assign event variables at declarationsKAWACHI Takashi1-4/+4
2012-12-23Tooltips fires show, shown, hide, hidden eventsKAWACHI Takashi1-0/+11
2012-12-22Version bumpMark Otto1-1/+1
2012-12-22Merge pull request #6349 from Yohn/patch-6fat-kun1-3/+3
2012-12-22allow multiple trigger types in tooltip and popover + default tooltip to hove...fat1-8/+16
2012-12-20fixes tooltip('toggle')Yohn1-3/+3
2012-12-19can't extend bounding box thingyfat1-1/+1
2012-12-19remove inside support from tooltip + fix tooltip svg support + change makefi...fat1-10/+8
2012-12-10Version bumpMark Otto1-1/+1
2012-12-07add noConflict functionality to all bootstrap pluginsfat1-0/+11
2012-11-05version bumpMark Otto1-1/+1
2012-10-302.2.1 - hotfix for carouselfat1-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
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
2012-09-24change tooltip/popover insert strategyJacob Thornton1-3/+3
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 removed....Jon Stevens1-3/+4
2012-06-20simplify code into a single lineJon Stevens1-3/+1
2012-06-18enable the ability to destroy tooltips and popovers from elements. related to...Jon Stevens1-0/+6
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 trig...Jørgen Borgesen1-1/+0
2012-05-14Cancel running timer for tooltips with delayed show, but instant hide. This p...Jørgen Borgesen1-1/+2