我在哪里可以找到开始学习jQuery的教程?

时间:2022-05-12 03:13:53

Where is a good place to get started learning how to use jQuery? It seems to be all the rage nowadays. I know some basics of JavaScript but I'm by no means an expert.

哪里是开始学习如何使用jQuery的好地方?现在似乎风靡一时。我知道JavaScript的一些基础知识,但我绝不是专家。

13 个解决方案

#1


17  

Officially from jQuery http://docs.jquery.com/Tutorials

正式来自jQuery http://docs.jquery.com/Tutorials

Or try anything on this site that compiles a bunch of jQuery learning material:

或者尝试在这个网站上编译一堆jQuery学习资料:

http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html

http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html

#2


12  

I can whole-heartedly recommend Manning's 'JQuery In Action'. VERY readable, and does a great job of explaining the framework-specific abstractions.

我可以全心全意地推荐Manning的'JQuery In Action'。非常可读,并且很好地解释了特定于框架的抽象。

#3


4  

Here's a 4 part (so far) series on Jquery Basics.

这是关于Jquery Basics的4部分(迄今为止)系列。

#4


3  

JQuery web site has some nice tutorials itself.

JQuery网站本身有一些很好的教程。

#5


3  

As well as the jQuery in Action book that's already been mentioned, there's Learning jQuery and jQuery Reference Guide from Packt. They work well as a pair: the Learning book has plenty of examples that they walk through in some detail - once you know what's possible, the Reference Guide helps you find the right method from the fairly comprehensive options available.

除了已经提到过的jQuery in Action一书之外,还有来自Packt的Learning jQuery和jQuery Reference Guide。它们可以成对使用:学习书中有很多例子,它们会详细介绍 - 一旦你知道什么是可能的,参考指南可以帮助你从相当全面的选项中找到正确的方法。

#6


3  

If you're into video tutorials, check out the jQuery for Absolute Beginners Series. It really helped to make jQuery click with me, more than traditional tutorials.

如果您正在阅读视频教程,请查看jQuery for Absolute Beginners Series。它真的有助于让jQuery点击我,比传统的教程更多。

#7


2  

Have you looked through jQuery.com? Their documentation is really excellent.

你看过jQuery.com了吗?他们的文件非常好。

#8


1  

I've found the links from "The Complete jQuery Resource List for You to Become an Almighty Developer" to be very helpful.

我发现“完整的jQuery资源列表让你成为一个全能的开发人员”的链接非常有帮助。

#9


1  

There are lots of articles on JQuery on the web. Here's one for a beginner:

网上有很多关于JQuery的文章。这是初学者的一个:

http://www.dotnetcube.com/post/Getting-started-with-JQuery-in-ASPNET.aspx

http://www.dotnetcube.com/post/Getting-started-with-JQuery-in-ASPNET.aspx

#10


1  

I started with 15 days of jquery

我开始了15天的jquery

#11


1  

There are a lot of them out there, google it, and the jQuery official site itself has a huge list of tutorials and excellent documentation with working examples. If that's not enough, try http://jqueryfordesigner.com, http://bassistance.de. I have also written some at my blog, http://www.chazzuka.com/blog.

其中有很多,谷歌它,jQuery官方网站本身有一个庞大的教程列表和优秀的文档与工作示例。如果这还不够,请尝试http://jqueryfordesigner.com,http://bassistance.de。我也在我的博客http://www.chazzuka.com/blog上写了一些。

#12


1  

I've just run into this one. I recommend it because it explains the basics and gives a solid foundation that you can build on.

我刚碰到这个。我推荐它,因为它解释了基础知识,并为您提供了坚实的基础。

http://blog.mikecouturier.com/2010/02/beginning-with-jquery-solid-foundation_22.html

http://blog.mikecouturier.com/2010/02/beginning-with-jquery-solid-foundation_22.html

#13


1  

I ran across a site with JQuery videos recently.

我最近跑过一个有JQuery视频的网站。

There was also a Hanselminutes podcast on the subject of jQuery.

还有关于jQuery主题的Hanselminutes播客。

#1


17  

Officially from jQuery http://docs.jquery.com/Tutorials

正式来自jQuery http://docs.jquery.com/Tutorials

Or try anything on this site that compiles a bunch of jQuery learning material:

或者尝试在这个网站上编译一堆jQuery学习资料:

http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html

http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html

#2


12  

I can whole-heartedly recommend Manning's 'JQuery In Action'. VERY readable, and does a great job of explaining the framework-specific abstractions.

我可以全心全意地推荐Manning的'JQuery In Action'。非常可读,并且很好地解释了特定于框架的抽象。

#3


4  

Here's a 4 part (so far) series on Jquery Basics.

这是关于Jquery Basics的4部分(迄今为止)系列。

#4


3  

JQuery web site has some nice tutorials itself.

JQuery网站本身有一些很好的教程。

#5


3  

As well as the jQuery in Action book that's already been mentioned, there's Learning jQuery and jQuery Reference Guide from Packt. They work well as a pair: the Learning book has plenty of examples that they walk through in some detail - once you know what's possible, the Reference Guide helps you find the right method from the fairly comprehensive options available.

除了已经提到过的jQuery in Action一书之外,还有来自Packt的Learning jQuery和jQuery Reference Guide。它们可以成对使用:学习书中有很多例子,它们会详细介绍 - 一旦你知道什么是可能的,参考指南可以帮助你从相当全面的选项中找到正确的方法。

#6


3  

If you're into video tutorials, check out the jQuery for Absolute Beginners Series. It really helped to make jQuery click with me, more than traditional tutorials.

如果您正在阅读视频教程,请查看jQuery for Absolute Beginners Series。它真的有助于让jQuery点击我,比传统的教程更多。

#7


2  

Have you looked through jQuery.com? Their documentation is really excellent.

你看过jQuery.com了吗?他们的文件非常好。

#8


1  

I've found the links from "The Complete jQuery Resource List for You to Become an Almighty Developer" to be very helpful.

我发现“完整的jQuery资源列表让你成为一个全能的开发人员”的链接非常有帮助。

#9


1  

There are lots of articles on JQuery on the web. Here's one for a beginner:

网上有很多关于JQuery的文章。这是初学者的一个:

http://www.dotnetcube.com/post/Getting-started-with-JQuery-in-ASPNET.aspx

http://www.dotnetcube.com/post/Getting-started-with-JQuery-in-ASPNET.aspx

#10


1  

I started with 15 days of jquery

我开始了15天的jquery

#11


1  

There are a lot of them out there, google it, and the jQuery official site itself has a huge list of tutorials and excellent documentation with working examples. If that's not enough, try http://jqueryfordesigner.com, http://bassistance.de. I have also written some at my blog, http://www.chazzuka.com/blog.

其中有很多,谷歌它,jQuery官方网站本身有一个庞大的教程列表和优秀的文档与工作示例。如果这还不够,请尝试http://jqueryfordesigner.com,http://bassistance.de。我也在我的博客http://www.chazzuka.com/blog上写了一些。

#12


1  

I've just run into this one. I recommend it because it explains the basics and gives a solid foundation that you can build on.

我刚碰到这个。我推荐它,因为它解释了基础知识,并为您提供了坚实的基础。

http://blog.mikecouturier.com/2010/02/beginning-with-jquery-solid-foundation_22.html

http://blog.mikecouturier.com/2010/02/beginning-with-jquery-solid-foundation_22.html

#13


1  

I ran across a site with JQuery videos recently.

我最近跑过一个有JQuery视频的网站。

There was also a Hanselminutes podcast on the subject of jQuery.

还有关于jQuery主题的Hanselminutes播客。