I need to , well, dive into client side programming. Is there an equivalent to ‘Dive into python’ for jquery?
I see that jquery 1.4 has been released. Does this change anything w.r.t answers?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well python is a language and jQuery is a framework, so I’ll give you one for javascript and then you can move to jQuery:
This book should be a required read for front end devs:
JavaScript: The Good Parts by Douglas Crockford
Then:
The jQuery Cookbook
This one is a pretty awesome dive into all the different aspects of programming real world applications with jQuery, whereas “Dive into Python” and “JS The Good Parts” are more like poignant language overviews.