Skip to content
New issue

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

Content load twice #285

Open
seven7ma opened this issue Mar 25, 2020 · 2 comments
Open

Content load twice #285

seven7ma opened this issue Mar 25, 2020 · 2 comments

Comments

@seven7ma
Copy link

seven7ma commented Mar 25, 2020

'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;
},
});
}

@Edddy
Copy link

Edddy commented May 6, 2020

Can you care to explain your problem?

@seven7ma
Copy link
Author

seven7ma commented May 17, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants