sandywalker / webui-popover

A lightWeight popover plugin with jquery ,enchance the popover plugin of bootstrap with some awesome new features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Popover are not showing in the first click

xploregopi opened this issue · comments

Hi ,
Popover are not showing in the first clicks but working on second click.

Resolved:

solution: $('#id').webuiPopover('destroy').webuiPopover(settings).webuiPopover('show');

thank you

In my case its not working. Below my code sample i tried to resolve.

$(this).webuiPopover('destroy').webuiPopover({
content: $('.moreCategory').html(),
cache: false
}).webuiPopover('show');