We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'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 = '<iframe src="'+result+'&B0=wight" style="text-align:center">'; html+='</iframe>'; return html; }, }); }
The text was updated successfully, but these errors were encountered:
Can you care to explain your problem?
Sorry, something went wrong.
When I click the button, the content of 'webuiPopover' will load twice.
No branches or pull requests
'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 = '<iframe src="'+result+'&B0=wight" style="text-align:center">';
html+='</iframe>';
return html;
},
});
}
The text was updated successfully, but these errors were encountered: