sandywalker / webui-popover

A lightWeight popover plugin with jquery ,enchance the popover plugin of bootstrap with some awesome new features
MIT License
888 stars 231 forks source link

Content load twice #285

Open seven7ma opened 4 years ago

seven7ma commented 4 years ago

'mouseover #i-pan3' : function(e, value, row, index) { $(this).webuiPopover({ width:'auto', height:'auto', trigger: 'click', closeable:true, padding:false, cache:false, type:'async', url:'getOnceUrl', content:function(result){ var html = ''; return html;
}, }); }

Edddy commented 4 years ago

Can you care to explain your problem?

seven7ma commented 3 years ago

When I click the button, the content of 'webuiPopover' will load twice.