append tipsys to body
This commit is contained in:
parent
0875a4a18f
commit
5a01dc44d6
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue