Java Script
-
Saturday, December 24, 2011 11:40 AM
Hello Friends
Please Send Some JavaScript & j Query Useful Link ..............For Beginner Leble
Kamal Saxena iBOOK dESK (UITS INDIA)
All Replies
-
Saturday, December 24, 2011 12:56 PM
jQuery for Beginner check below link
http://www.1stwebdesigner.com/tutorials/jquery-beginners-1/
http://net.tutsplus.com/articles/web-roundups/jquery-for-absolute-beginners-video-series/
http://www.learningjquery.com/category/levels/beginner
regards
vikky
- Edited by VikkyPatel Saturday, December 24, 2011 12:57 PM
- Proposed As Answer by VikkyPatel Saturday, December 24, 2011 12:57 PM
-
Tuesday, December 27, 2011 9:44 AMModerator
Hi Kamal,
javascript mainly targets operating the html DOM. When developing an html page, we can't succeed in it without utilizing CSS, while javascript provides abundant mechanisms to operate CSS as well. So my suggestion is: these three technologies should be learned together, and actually they could only be learned together.
jQuery is just a plenty of encapsulated methods of original javascript logics. You should learn what I described in the first paragraph ,and then jQuery. That is not to say that you must have had a good knowledge of javascript before learning jQuery, the contents in this tutorial is enough: http://www.w3schools.com/js/default.asp. That is not to say the knowledge of original javascript is no longer needed to be enhanced after you starting the journey of jQuery, either.
To learn jQuery, some execelent samples are needed for you to advance. My suggestion is that you read the latest jQuery API for twice:http://api.jquery.com/ it is not that huge, I remembered that I read it twice in two weeks. You can download one offline version in .CHM or .PDF format.
Always visiting the official forum is also a good choice: http://forum.jquery.com/.
Have a nice day,
Leo Liu [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Leo Liu - MSFTModerator Monday, January 09, 2012 5:37 AM

