ASP.NET - JQuery的 [英] ASP.NET - JQuery

查看:79
本文介绍了ASP.NET - JQuery的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

要在VS哪些pre先决条件必须安装与写JQuery的传统asp.net?实物的东西任何插件必须安装?

To write JQuery in traditional asp.net with in VS what are the pre requisites has to be installed? any plug in kind of the thing has to be installed?

期待你的帮助。

谢谢

推荐答案

没有什么特别的要求 - 只包括Jquery的脚本。这些天来推荐的方式是链接到一个CDN像谷歌或亚马逊这给你更多的信息:

Nothing special is required - just include the Jquery scripts. These days the recommended way is to link to a CDN like Google or Amazon this gives you more info:

http://docs.jquery.com/Downloading_jQuery#CDN_Hosted_jQuery

这可能会帮助,如果你是新来的JQuery(交互式演示): http://visualjquery.com/

This may help if you're new to JQuery (interactive demos): http://visualjquery.com/

使用ASP.Net要记住关键一点是,作为框架自动写客户端的ID,你会被大多按类型和CSS类名,而不是ID访问您的控制。您可以使用多个CSS类名,让你查找/过滤HTML控件。

With ASP.Net the key thing to remember is that as the framework writes client-side IDs automatically, you'll mostly be accessing your controls by their type and css classname rather than by ID. You can use multiple css classnames to allow you to find/filter your HTML controls.

祝你好运。

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

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