aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/bootstrap-tooltip.js
AgeCommit message (Collapse)AuthorFilesLines
2013-05-16a bunch javascript junkfat1-294/+0
2013-02-06unit testsYohn1-2/+2
2013-02-05clean up stylesfat1-21/+0
2013-01-27No semicolumnsGuillaume Gautreau1-21/+21
2013-01-26Arrow replacementGuillaume Gautreau1-1/+22
2013-01-26Test for replacing tooltip when resizedGuillaume Gautreau1-6/+28
2013-01-26Unit test for replacing tooltip inside windowGuillaume Gautreau1-0/+18
2012-12-24Merge pull request #6378 from Yohn/patch-7fat-kun1-0/+10
fixes tooltip insert problems
2012-12-23Update js/tests/unit/bootstrap-tooltip.jsYohn1-0/+10
2012-12-23Tooltips fires show, shown, hide, hidden eventsKAWACHI Takashi1-0/+77
It is re-worked from #3691.
2012-12-20Update js/tests/unit/bootstrap-tooltip.jsYohn1-1/+9
2012-12-07add noConflict functionality to all bootstrap pluginsfat1-0/+6
2012-10-15fixed reference to this.tip() so it works in delegate eventsMartin Stein1-0/+8
2012-09-24change tooltip/popover html default to false for xss safety netJacob Thornton1-1/+2
2012-09-20added support for jquery 1.8.*Jacob Thornton1-7/+7
2012-08-23Fix typo found with codespell.Ryan Pavlik1-1/+1
2012-07-20on destroy, also hide. issue #3880, pull #4104Jon Stevens1-0/+2
2012-07-16namespace the events for popover/tooltip so that they can be cleanly ↵Jon Stevens1-2/+4
removed. issue #3880
2012-06-18add unit tests for destroy behavior of popover and tooltipJon Stevens1-0/+9
2012-06-02remove isHTML supportJacob Thornton1-24/+0
2012-05-31rebuild and fix testJacob Thornton1-5/+5
2012-05-20Swapped out .hasClass() with .is() when checking for multiple classesJørgen Borgesen1-7/+7
2012-05-20Added unit test to check that tooltips is not showed when leave event is ↵Jørgen Borgesen1-1/+20
triggered before show delay has expired AND the hide delay is set to 0
2012-04-14add tests for mouseout delay in tooltipJacob Thornton1-0/+50
2012-04-04detect if title in tooltip is text or html. if text - use `text` method to ↵Jacob Thornton1-0/+24
prevent xss. all add a few notes to js readme about updated event
2012-01-22rename tooltip test fileJacob Thornton1-0/+62