jquery 简单模态 + ASP.NET
当链接按钮单击事件被触发时,我有一个带有文本框和链接按钮的 jquery 简单模式,并且我尝试在其后面的代码中获取文本框的值是空的
有什么想法吗?
I have a jquery simple modal with a textbox and linkbutton on when the link button click event is fired and I try to get the textbox's value in the code behind it is empty
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该确保模式窗口附加在表单标记而不是正文标记内。
http://www.ericmmartin.com/projects/simplemodal/#options
You should make sure that the modal window is appending inside form tag instead of the body tag.
http://www.ericmmartin.com/projects/simplemodal/#options