bootstrap popover doesn't work in asp.net updatepanel

安稳与你 提交于 2019-12-14 03:36:27

问题


I'm using bootstrap popover in a update panel in my asp page that it doesn't work. when I put it out of update panel it's OK, please help me.


回答1:


There's not a lot to go on here, but when I've run into similar issues in the past it's been because the update panel does a partial postback for an update and the javascript isn't getting bound because the markup changed or was added after the page load. You will need to rebind the trigger (initialize the popover) when the AJAX panel updates using the methods described in this question.



来源:https://stackoverflow.com/questions/30140955/bootstrap-popover-doesnt-work-in-asp-net-updatepanel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!