head.js 与 asp.net 母版页抛出 HTML 解析错误
我尝试使用 head.js 在我的 asp.net 页面中加载 javascript 文件,该页面使用母版页(和用户控件)来确保它们更加独立。
但当页面加载时,我收到此错误“HTML 解析错误:无法在子元素关闭之前修改父容器元素”。
head.js 在母版页中引用
,基本上我在实际 aspx 页面的一个 contentholder 之一中有以下脚本。
<script type="text/javascript">
head.js("http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js", function() {
alert('load done');
});
</script>
有什么建议吗?
Im trying to use head.js to load the javascript files in my asp.net page that uses a masterpage (and usercontrols) to ensure they are more self-contained.
but i am getting this error "HTML Parsing Error:Unable to modify the parent container element before the child element is closed" when the page loaded up.
the head.js is referenced in the master page
and basically i have the following script in one of the one contentholder in the actual aspx page.
<script type="text/javascript">
head.js("http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js", function() {
alert('load done');
});
</script>
any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论