button is jumping when using bootstrap tooltip on bootbox.dialog -
i using bootstrap tool-tip button on boot-box dialog when hover button jumping , i've tried "container","append to" attribute not working @ .
$('input[type="button"]').tooltip('destroy'); $('input[type="button"]').tooltip({ 'trigger': 'hover', container: 'input[type="button"]' });
Comments
Post a Comment