N
N
Nikita Gimon2018-02-12 02:03:38
JavaScript
Nikita Gimon, 2018-02-12 02:03:38

What JS and jQuery tutorials would you recommend?

Prompt good resources (video cycles / books / sites), where you can find not only the basic theory of JS and JQ, but also examples of using functionality to create dynamic sites and applications. Thank you!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dimonchik, 2018-02-12
@dimonchik2013

anton.shevchuk.name/jquery-book

M
Maxim Postolov, 2018-02-12
@Bags85

https://learn.javascript.ru

S
seosova, 2018-02-16
@seosova

Try something modern. Don't waste your time on JQ at all.
Everything that JQ did in modern JS is done at once.
It was already correctly advised above - https://learn.javascript.ru. Although there is little on >=ES6, but they promise to add it for a long time.
For ES6, you can look at https://leanpub.com/understandinges6/read
And if you have a good base, take React, Vue, etc. Everything related to dynamic sites will cover this with a vengeance. If you need to create some kind of analogue of "multi-page landing with animation" this is done twice.
If there is a desire to develop a full-fledged web application / site, then there is already Rect (Vue) + Redux (mobx), Angular, etc. Each of these tools has great tutorials on the sites themselves. Whatever you like, take a look.
In general, I'm what it is. Don't waste your time on JQ, forget the old JS for scary times. If, out of habit or a large stack of old projects, you have to work with all this, at least just look into the new tools - you won't want to go back :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question