A four hour Jquery crash course from Microsoft.
https://www.youtube.com/watch?v=ELRNFtFxIs8
A four hour Jquery crash course from Microsoft.
https://www.youtube.com/watch?v=ELRNFtFxIs8
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 ...
});
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.