
Yet another JavaScript library which applies a Facebook-inspired animated context loader/placeholder to any container element you specify.
See also:
How to use it:
Import the contextLoader’s JavaScript and CSS files into the document.
<link href="css/contextLoader.min.css" rel="stylesheet"> <script src="js/contextLoader.min.js"></script>
Apply the Facebook context loader to a specific element.
<div id="contentDiv"></div>
contextLoader.addLoader('#contentDiv')






