在哪里可以找到高级jQuery/JavaScript资源/教程?

时间:2021-11-26 04:50:00

I'm reading some tutorials now about jQuery.. function creating,plugin creation etc. but these tutorials are missing some basic explanations like they mention things like

我现在正在阅读一些关于jQuery的教程。函数创建,插件创建等等,但是这些教程缺少一些基本的解释,比如它们提到了一些东西

function prototype, anonymous functions, umm putting (jQuery) after the }); .. and stuff like that .. is there a tutorial/website/book that explain these I'm not sure how to call them "terms" from beginner level to advance. I'm mean I have a knowledge of some jquery syntax but not enough to understand this, can anyone recommend useful resource?

函数原型,匿名函数,umm put (jQuery)后跟});. .诸如此类。是否有教程/网站/书籍来解释这些我不知道如何称呼它们为“术语”从初级到高级。我的意思是我有一些jquery语法的知识,但是还没有足够的知识来理解它,有人能推荐有用的资源吗?

Google doesn't help much, I googled "advance features of jquery" don't really get me the things I wanna know.

谷歌没有太大的帮助,我在谷歌上搜索了“jquery的高级特性”并没有得到我想知道的东西。

EDIT

编辑

Also if someone can share his/her story steps on how to become comfortable with javascript, how to overcome this "terminology" or whatever is called

另外,如果有人可以分享他/她的故事步骤,告诉他如何适应javascript,如何克服这个“术语”或者其他的东西。

4 个解决方案

#1


5  

For JavaScript, there is: Javascript The Good Parts

对于JavaScript来说,好的方面是:JavaScript

For jQuery, I'd suggest: The jQuery CookBook

对于jQuery,我建议:jQuery食谱

I'd also suggest some podcasts and screencasts:

我也建议一些播客和视频:

yayQuery

yayQuery

jQuery for Designers

jQuery为设计师

#2


2  

John Resig (creator of jQuery) has a small website/tutorial on this very subject of Advanced Javascript. It's quite enlightening:

John Resig (jQuery创建者)有一个关于高级Javascript主题的小网站/教程。很有启发:

http://ejohn.org/apps/learn/

http://ejohn.org/apps/learn/

It's basically excerpts from his upcoming book, Secrets of the JavaScript Ninja

这是他即将出版的《JavaScript忍者的秘密》的摘录。

#3


0  

It sounds as though you could have some gaps that could quickly be address by reading about the fundamentals, e.g Wikipedia Javascript.

听起来你可能会有一些差距,可以通过阅读基本原理来迅速解决。g*Javascript。

Whilst what you are doing may seem advanced, you may get better results searching for Javascript Tutorial without the advanced keyword. Advanced Javascript is a lot more complicated than what you're doing. I'd even be so bold as to suggest that it is more basic Javascript knowledge that would help if improved.

虽然您所做的看起来很高级,但是您可以在没有advanced关键字的情况下搜索Javascript教程。高级Javascript比您正在做的要复杂得多。我甚至大胆地建议,如果改进的话,更基本的Javascript知识将会有所帮助。

#4


0  

Search for jquery on http://net.tutsplus.com and google visual jquery. They have some beginner tutorials.

在http://net.tutsplus.com和谷歌visual jquery上搜索jquery。他们有一些初学者教程。

#1


5  

For JavaScript, there is: Javascript The Good Parts

对于JavaScript来说,好的方面是:JavaScript

For jQuery, I'd suggest: The jQuery CookBook

对于jQuery,我建议:jQuery食谱

I'd also suggest some podcasts and screencasts:

我也建议一些播客和视频:

yayQuery

yayQuery

jQuery for Designers

jQuery为设计师

#2


2  

John Resig (creator of jQuery) has a small website/tutorial on this very subject of Advanced Javascript. It's quite enlightening:

John Resig (jQuery创建者)有一个关于高级Javascript主题的小网站/教程。很有启发:

http://ejohn.org/apps/learn/

http://ejohn.org/apps/learn/

It's basically excerpts from his upcoming book, Secrets of the JavaScript Ninja

这是他即将出版的《JavaScript忍者的秘密》的摘录。

#3


0  

It sounds as though you could have some gaps that could quickly be address by reading about the fundamentals, e.g Wikipedia Javascript.

听起来你可能会有一些差距,可以通过阅读基本原理来迅速解决。g*Javascript。

Whilst what you are doing may seem advanced, you may get better results searching for Javascript Tutorial without the advanced keyword. Advanced Javascript is a lot more complicated than what you're doing. I'd even be so bold as to suggest that it is more basic Javascript knowledge that would help if improved.

虽然您所做的看起来很高级,但是您可以在没有advanced关键字的情况下搜索Javascript教程。高级Javascript比您正在做的要复杂得多。我甚至大胆地建议,如果改进的话,更基本的Javascript知识将会有所帮助。

#4


0  

Search for jquery on http://net.tutsplus.com and google visual jquery. They have some beginner tutorials.

在http://net.tutsplus.com和谷歌visual jquery上搜索jquery。他们有一些初学者教程。