Tuesday, January 11, 2011

Learning JQuery

Today I haves started to learn jQuery. Had been thinking for a while but, never was able to do some solid coding. A friend of mine refered me to this site. http://jsfiddle.net/


1. The best way to learn jQuery is download a cheat sheet, and understand the document.
2. Get Webdeveloper firefox extension and learn how to inspect elements.
3. Learn how to load jQuery to any page you are looking at. (It is little complicated. Goto to the link and bookmark it.

http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet)

Clicking on that link while viewing any page will inject jQuery in that page and you can use webDeveloper to inspect elements using JQuery.

4. Open JSFiddle and then create your own files.

Whatever be the learning curve, do the one that suits you.

No comments:

Post a Comment