I am under a project which requires extensive JQuery and I am very new to it. I have a good knowledge about JavaScript but am almost a starter in JQuery. I want you guys to propose a tutorial so that I can get most of JQuery within a week. Coz my project delivery date is too near and they really need a person who knows JQuery in depth. Is there some tutorial that can teach me JQuery on the fly?? pls give me appropriate resource if possible.
Thanks
I am under a project which requires extensive JQuery and I am very new
Share
http://api.jquery.com/
Whenever you need to access a number of elements, use jQuery.
Whenever you need to do some AJAX or JSON-webservice calls, use jQuery.
Read the API docs.
Practice. You won’t learn if you don’t try to use it.