0

I am new in JavaScript. I have learn the basic of java scripts. My next thing to do is to learn JS Framework. I want to learn AngularJS. I have read that if you came from jQuery you will be confuse in learning AngularJS. Do I need to learn jQuery or just AngularJS?

1 Answer 1

1

Short answer: No.

Long answer: No, you do not need to know jQuery to learn Angular, in fact, you'll likely having an easier time learning Angular without intricate knowledge of jQuery. The only part of jQuery that might help you in learning Angular is DOM manipulation, but with the wealth of directives (AngularStrap, AngularUI) available at this point, you probably won't need to do much DOM manipulation yourself.

Author AngularJS gives the answer 18:26

Sign up to request clarification or add additional context in comments.

3 Comments

Thanks for the answer.So everything jQuery can do It can be done in AngularJS? In short they are overlapping technologies?
They are overlapping but not fully overlapped. there are things that jquery can do which angular don't and vise-versa. But in fact talking in this terms is just wrong. Angular has different targets and architecture.
More or less what @vittore said. jQuery is absolutely not needed, but it may make some tasks easier.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.