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?
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?
jQuery's main documentation is quite good. You might start with How jQuery works.
If you have a certain problem and you google for it, you mostly find plenty of tutorials.
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:
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.