+ 5
Is it only me or jquery is really hard ?
5 Answers
+ 4
I would say its not difficult, even if u start from scratch considering you have some hands on with javasript. The best way to learn is, try implementing a small TODO kindof application, for example, a simple calculator (thats what everyone starts of with), so that you will be able to explore all basic APIs.Anyways at later point of time you will be able to get lots of documentation and information from the Jquery website itself and also other sources .My first project was on UI, and i was able to pick up on Jquery concepts pretty quickly, but i had worked on javasript earlier.
+ 3
jQuery is a subset of JavaScript every jQuery function or method is behind the back using simple JavaScript functions. jQuery is easy way of writing complex and long code in small concise manner. Although skipping jQuery won't drastic effect on development if you already have good knowledge of JavaScript. In fact JavaScript has more scope of creativity of code as compared to jQuery. ;P
+ 2
Not hard if you understand well.
+ 2
jQuery is created to make JavaScript use easy maybe synatx are confusing & hard for you ,you will get after some practice
https://www.sololearn.com/discuss/468962/?ref=app