添加 jquery.blockUI 到 aspx 后的回发问题
后,页面上的按钮没有进行回发
<script type="text/javascript" src="scripts/jquery.blockUI.js" />
添加到 aspx 页面的标题 。如果我注释掉这一行就可以了。我在该位置确实有 jquery.blockUI.js 。有什么建议吗?
The button on the page is not doing a postback after I add
<script type="text/javascript" src="scripts/jquery.blockUI.js" />
to the header of the aspx page. If I comment this line out it works. I do have the jquery.blockUI.js at that location. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能使用自关闭的
标记...您会遇到一些奇怪的行为,并且会丢失您认为正在加载的文件。您的标签应如下所示:
You can't have self-closing
<script>
tags...you'll get some odd behavior and missing files you think are being loaded. Your tag should look like: