Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 bPopup,它打开一个带有文本框和发送按钮的 div。
但是,当我单击发送按钮时,什么也没有发生。单击不会引发回发事件。有谁知道为什么?
如果您仍然需要,这是您的答案...
此行应该在您的 jQuery 区域中:appendTo: 'form'
它记录在 bPopup 页面上,但并不太明显。
转到此页面: bPopup 文档
并搜索“ASP.NET”。
希望这可以帮助!我遇到了同样的问题,花了 3 个小时才发现这个修复。