Bootstrap .popover() 'show' & 'destroy' not working properly

后端 未结 6 2038
刺人心
刺人心 2021-02-12 21:44

When I use the bootstrap popover in \'manual\' mode \'destroy\' and \'hide\' not working properly. When I\'m using hide and destroy, popover opacity changing to 0 but its not ch

6条回答
  •  梦谈多话
    2021-02-12 22:46

    If you're wanting to hide the popover use this instead:

    $('.inputInfo').filter('[data-info-id="' +i.data('info-id')+ '"]').click();
    

提交回复
热议问题