在aspx页面中使用jQuery插件? [英] Using jquery plugin in aspx page?

查看:150
本文介绍了在aspx页面中使用jQuery插件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我第一次使用jquery插件,我想使用此 jquery插件进入我的aspx页面.我没有在网站上看到任何有关如何使用该插件的文档.

This is the first time im using a jquery plugin and i want to use this jquery plugin into my aspx page.I havent seen any kind of documentation on how to use the plugin on the website.

关于如何使用该插件的艾米文档将非常有帮助

Amy documentation on how to use the plugin will be very helpful

推荐答案

  1. http://jquery.com/download/

并转到链接下载压缩的,生产版jQuery 1.10.2 并将js保存为 jquery-1.10.2.min.js.

And go to the link Download the compressed, production jQuery 1.10.2 and save the js as jquery-1.10.2.min.js.

将此js添加到您的项目中.

Add this js to your project.

http://JqueryUi.com 下载jQueryUi.取消对此的限制,并添加ui和主题 文件夹到您的项目.

Download jQueryUi from http://JqueryUi.com. Uncomress this and Add ui and theme folder to your project.

现在页面中的内容将引用jquery-1.10.2.min.js 通过添加它,您可以使用jQuery的基本功能.

Now in your page take reference of jquery-1.10.2.min.js By adding this you can use basic functionality of jQuery.

要使用jQuery控件,您需要参考

To use jQuery Controls, you need to take reference of

themes \ base \ minified文件夹中的jquery-ui.min.css

jquery-ui.min.css from themes\base\minified folder

jquery-ui.min.js

jquery-ui.min.js from ui\minified folder

注意:1. jquery-ui.min.js必须放在jquery-1.10.2.min.js之后

Note: 1. jquery-ui.min.js must be placed after jquery-1.10.2.min.js

  2. base is the default theme. you can download and use other themes as well
     you just need to change folder name in the reference to the css.

  3. You can also use uncompressed version to the jQuery code and debugging    
     during development 

这篇关于在aspx页面中使用jQuery插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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