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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -