Where can I find jQuery / JavaScript extended resources / tutorials?

Now I am reading a few lessons about creating jQuery .. creating, creating plugins, etc., but these tutorials lack some basic explanations, for example, they mention things like

function prototype, anonymous functions, input umm (jQuery) after}); .. and the like .. is there a tutorial / website / book that explains this, I'm not sure how to call them “terms” from the beginner level, to move forward. I mean, I know some jquery syntax, but not enough to figure this out, can anyone recommend a useful resource?

Google doesn’t help much, I googled “promote jquery functions”, I don’t really understand what I want to know.

EDIT

Also, if someone can share their story steps on how to get comfortable with javascript, how to overcome this “terminology”, or something called

+5
source share
4 answers

For JavaScript there is: Javascript Good Parts

For jQuery I suggest: jQuery CookBook

I also offer some podcasts and screencasts:

yayQuery

jQuery for designers

+5
source

John Rezig (creator of jQuery) has a small website / tutorial on this subject about advanced Javascript. This pretty enlightens:

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

These are mostly excerpts from his upcoming book, JavaScript Ninja Secrets

+1

, , , , Wikipedia Javascript.

, , , Javascript Tutorial . Javascript , , . , Javascript, .

0

jquery http://net.tutsplus.com google visual jquery. .

0

All Articles