我认为将脚本的加载放在页面底部是一种很好的做法。因此,我的脚本 (jquery01.5.1.min.js) 位于布局文件的底部。
然而,当我开始使用 Ajax 时,例如在 WebGrid 中,它插入了一个:
<script type="text/javascript">if (typeof(jQuery)=='undefined') alert("A jQuery script reference is required in order to enable Ajax support in the \"WebGrid\" helper.");</script>
<TABLE> 标签的某处。这破坏了节目。
有什么办法可以克服这个问题,并且仍然在页面末尾加载脚本?
谢谢。