Top "Domready" questions

the DOMContentLoaded event, the document.

jQuery document.ready() doesn't work with Require.js

I am calling Require.js from right before the closing body tag: <script data-main="assets/scripts/src/main.js" …

javascript jquery requirejs document-ready domready
jQuery multiple document ready queue order

I know calls to $(function(){ }) in jQuery are executed in the order that they are defined, but I'm wondering if …

jquery domready document-ready
show loading image while the page is loading

I want to show a Loading image when the page is not loaded yet. Before loading the page it shows …

javascript jquery dom domready
Javascript DOM ready without an entire framework

Does anyone know of a good javascript DOM ready library that I can use without loading an entire framework? I …

javascript domready
How to know when font-face has been applied

I am currently building a corporate website for a customer that uses custom fonts extensively. On jQuerys DOM-ready I am …

javascript jquery font-face domready