append tipsys to body

This commit is contained in:
Hendrik Leppelsack 2015-10-27 11:22:41 +01:00
parent 0875a4a18f
commit 5a01dc44d6
1 changed files with 2 additions and 1 deletions

View File

@ -1981,7 +1981,8 @@ jQuery.fn.tipsy = function(argument) {
placement: 'bottom', placement: 'bottom',
delay: { 'show': 0, 'hide': 0}, delay: { 'show': 0, 'hide': 0},
trigger: 'hover', trigger: 'hover',
html: false html: false,
container: 'body'
}; };
if(argument.gravity) { if(argument.gravity) {
switch(argument.gravity) { switch(argument.gravity) {