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 ...
});
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 ...
});