+ 5

Is it only me or jquery is really hard ?

15th May 2020, 2:51 AM
MOHAMED AZIZ NEMLAGHI
MOHAMED AZIZ NEMLAGHI - avatar
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.
16th May 2020, 5:38 AM
Divya Peddapalyam
Divya Peddapalyam - avatar
+ 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
15th May 2020, 7:07 AM
Utkarsh Dhiman
Utkarsh Dhiman - avatar
+ 2
Not hard if you understand well.
15th May 2020, 3:05 AM
Samira
Samira - avatar
+ 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
15th May 2020, 3:18 AM
Sudarshan Rai
Sudarshan Rai - avatar