jQuery 1.5

A starting point for creating jQuery fiddles

by brianarn

JavaScript

$(document).ready(function(){
    console.log('DOM is ready');
});