Archives for posts tagged ‘jQuery’

jQuery – Waiting for the document to load

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