jQuery链接到asp.net [英] jquery link to asp.net

查看:93
本文介绍了jQuery链接到asp.net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi如何将jquery链接到asp.net

hi how to link jquery to asp.net

推荐答案



不用担心将jquery集成到asp.net中非常简单
只需从net下载最新的jquery.js文件

然后将这些文件复制到您的网站文件夹中.
之后,通过在head标签中添加其引用将它们添加到页面中

喜欢

Hi,

nothing to worry about integrating jquery to asp.net its very simple
just download latest jquery.js files from net

And then copy those files into your website folders ..

After that add them to page by adding their ref in head tag

like

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
    <script src="Scripts/jquery-1.4.1-vsdoc.js" type="text/javascript"></script>
    <script src="Scripts/jquery-1.4.1.js" type="text/javascript"></script>



就是这样.

现在您可以使用jquery的功能

在这里,我将所有jquery字段放置在y编写Scripts/j ...的Scripts文件夹中.

让我们享受Jquery的魔力

最好的



Thats all .

now you can use features of jquery

Here I place all my jquery fiels in Scripts folder that y i write Scripts/j...

Lets enjoy Jquery magic

All the Best


这篇关于jQuery链接到asp.net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆