A four hour Jquery crash course from Microsoft.
Tag: jQuery
Jquery first fiddle
Here is a very, very short Jquery introduction on Jsfiddle.
After a while the document ready function becomes boring. However there is a shorthand version:
$(function() {
// ... your code ...
});
WordPress theme with Bootstrap
An excellent tutorial by Zac Gordon: “How to Build a Responsive WordPress Theme with Bootstrap”. You’ll learn to hack a WP theme from scratch with Bootstrap and jQuery enabled.