Running tasks on load in JavaScript May 30, 2015 JavaScript applications often need to run tasks as soon as the page HTML has loaded, without waiting for images and other media to load. The DOMContentLoaded event provides this functionality, but isn’t supported in older browsers. view source Advertisement More Similar PostsSaving Bandwidth with Chrome’s Data SaverWhy React? Why not Angular 2?Embedding Google Maps using Schema.org MarkupDrag and Drop File UploadingCyclomatic complexity refactoring tips for javascript developersWhy am I so excited about Meteor?Directives Demystified: 3 Simple ExamplesWhat is and how does Single Sign On work?Lazy load responsive imagesCreate a Simple App for Video Recording and PlaybackHow to Design Rich Card-Based Layouts with Semantic UIBuild a Simple Camera App Using UIImagePickerControllerA Basic HTML5 Template For Any ProjectJavaScript Testing: Unit vs Functional vs Integration TestsImproving the Quality of Your CSS with PostCSSAvoiding a JavaScript MonocultureHow to Add Header and Footer View in UICollectionViewWorking with Touch ID API in iOS 8 SDKUnderstanding Key-Value Observing and CodingHow to Use SQLite to Manage Data in iOS Apps