作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我读到 Microsoft now bundles jQuery with Visual Studio 。那么如何将 jQuery 源代码“包含”到我的 ASP.Net 项目中呢?
最佳答案
您可以使用以下方法将脚本文件直接包含在页面/母版页等中:
<script type="text/javascript" src="/scripts/jquery.min.js"></script>
我们使用 Google 或 Microsoft 等内容交付网络:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
或者:
<script src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.js" type="text/javascript"></script>
关于asp.net - 如何在 ASP.Net 项目中包含 jQuery?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2364734/
我是一名优秀的程序员,十分优秀!