Tag Archives: learning
Starting with jQuery – Learning basics
JQuery is a nice JavaScript library which enables us to make nice fancy effects. JavaScript can do this alone but it’s much easier to do it using jQuery. If you want to learn about jQuery here is a good starting point, it’s a presentation by Dmitri Gaskin. He is 12 year old, but he is very smart and talented he is involved in Drupal project and this presentation is from Google tech talk.
This video covers a lot of basic things about jQuery like:
- Manipulation
- Selectors
- Attributes
- Events and other
Enjoy!

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are–by definition–not smart enough to debug it.


