我可以在我的ASP.net网站/项目中使用jQuery吗?

时间:2023-01-08 08:09:49

I want to make my website look spiffy. Should I use jQuery, or what is better suited to be paired with ASP.net?

我想让我的网站看起来很漂亮。我应该使用jQuery,还是更适合与ASP.net配对?

8 个解决方案

#1


2  

This link may help you better,

这个链接可以帮助你更好,

Introduction to jQuery in ASP.Net and 10 Advantages to Choose jQuery

ASP.Net中的jQuery简介和选择jQuery的10个优点

#2


8  

jQuery works very well with .NET.

jQuery适用于.NET。

#3


4  

I would highly recommend jQuery UI.

我强烈推荐jQuery UI。

http://jqueryui.com/

http://jqueryui.com/

#4


1  

JQuery compliments .NET quite nicely. Here is a good blog article that should get you started.

JQuery非常赞赏.NET。这是一篇很好的博客文章,可以帮助您入门。

#5


0  

I've can say this with confidence - you can use jQuery with .NET with no issues. I do this all the time.

我可以放心地说这个 - 你可以在没有问题的情况下使用jQuery和.NET。我一直这样做。

#6


0  

Absolutely. I don't know that it will necessarily make it spiffy as you asked, but it'll certainly ease your programming work.

绝对。我不知道它会像你问的那样使它变得漂亮,但它肯定会让你的编程工作变得轻松。

AJAX will help with the "spiffiness".

AJAX将有助于“spiffiness”。

You want really spiffy? Look at Silverlight!

你想要真的很漂亮吗?看看Silverlight!

#7


0  

Yes, you can definitely use JQuery for ASP.NET apps. Check out an introductory article on how to get started - Getting Started with JQuery

是的,你绝对可以使用JQuery for ASP.NET应用程序。查看有关如何入门的介绍性文章 - JQuery入门

#8


0  

jQuery works as well with ASP.NET as with any other server platform, because it's just a set of client-side scripts. When you consider its daily usage (such as assigning Thread.CurrentThread.CurrentCulture.DateTimeFormat to jQuery calendar) the final code won't look as short and elegant as advertised. The server controls of ASP.NET AJAX have their own bonuses. In short: if you use ASP.NET and not going to change the platform try standard ASP.NET AJAX facility (possibly with AJAX Control Toolkit). Otherwise starting with jQuery can be much better investment.

与任何其他服务器平台一样,jQuery也适用于ASP.NET,因为它只是一组客户端脚本。当您考虑其日常使用(例如将Thread.CurrentThread.CurrentCulture.DateTimeFormat分配给jQuery日历)时,最终代码看起来不像宣传的那样短而优雅。 ASP.NET AJAX的服务器控件有自己的奖金。简而言之:如果您使用ASP.NET而不是要更改平台,请尝试使用标准的ASP.NET AJAX工具(可能使用AJAX Control Toolkit)。否则从jQuery开始可以获得更好的投资。

#1


2  

This link may help you better,

这个链接可以帮助你更好,

Introduction to jQuery in ASP.Net and 10 Advantages to Choose jQuery

ASP.Net中的jQuery简介和选择jQuery的10个优点

#2


8  

jQuery works very well with .NET.

jQuery适用于.NET。

#3


4  

I would highly recommend jQuery UI.

我强烈推荐jQuery UI。

http://jqueryui.com/

http://jqueryui.com/

#4


1  

JQuery compliments .NET quite nicely. Here is a good blog article that should get you started.

JQuery非常赞赏.NET。这是一篇很好的博客文章,可以帮助您入门。

#5


0  

I've can say this with confidence - you can use jQuery with .NET with no issues. I do this all the time.

我可以放心地说这个 - 你可以在没有问题的情况下使用jQuery和.NET。我一直这样做。

#6


0  

Absolutely. I don't know that it will necessarily make it spiffy as you asked, but it'll certainly ease your programming work.

绝对。我不知道它会像你问的那样使它变得漂亮,但它肯定会让你的编程工作变得轻松。

AJAX will help with the "spiffiness".

AJAX将有助于“spiffiness”。

You want really spiffy? Look at Silverlight!

你想要真的很漂亮吗?看看Silverlight!

#7


0  

Yes, you can definitely use JQuery for ASP.NET apps. Check out an introductory article on how to get started - Getting Started with JQuery

是的,你绝对可以使用JQuery for ASP.NET应用程序。查看有关如何入门的介绍性文章 - JQuery入门

#8


0  

jQuery works as well with ASP.NET as with any other server platform, because it's just a set of client-side scripts. When you consider its daily usage (such as assigning Thread.CurrentThread.CurrentCulture.DateTimeFormat to jQuery calendar) the final code won't look as short and elegant as advertised. The server controls of ASP.NET AJAX have their own bonuses. In short: if you use ASP.NET and not going to change the platform try standard ASP.NET AJAX facility (possibly with AJAX Control Toolkit). Otherwise starting with jQuery can be much better investment.

与任何其他服务器平台一样,jQuery也适用于ASP.NET,因为它只是一组客户端脚本。当您考虑其日常使用(例如将Thread.CurrentThread.CurrentCulture.DateTimeFormat分配给jQuery日历)时,最终代码看起来不像宣传的那样短而优雅。 ASP.NET AJAX的服务器控件有自己的奖金。简而言之:如果您使用ASP.NET而不是要更改平台,请尝试使用标准的ASP.NET AJAX工具(可能使用AJAX Control Toolkit)。否则从jQuery开始可以获得更好的投资。