The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Handle Your JS Dependencies With Style – load.js

load.js is a dependency loading script that allows for sequential and parallel loading of scripts.

lazy Handle Your JS Dependencies With Style   load.js

It is built on top of the chain.js library, and has numerous features which make this loader quite potent for its size.

For example, you can load scripts the old-fashioned way, with a wait time before loading the script.

defer(500).thenLoad('myscript2.js');

You’d use load.js for managing your script loading, and for handling advanced issues that can happen during the loading time.

Manage WordPress Blogs

Comments: