Archives for the Month of August, 2009

jQuery – Waiting for the document to load

Running javascript after DOM is loaded 12345$(document).ready(function() { alert(’loaded!’); });