Assets.js - a lightweight assets loader
A simple assets manager utilizing jQuery's build in $.Deferred object:
Assets.require(["mystyle.css", "myscript.js"], function(){
alert("mystyle.css and myscript.js fully loaded!");
});
Written by Artur
Related protips
1 Response
@marti1125 kind of, but Assets.js is built to load js AND stylesheets. it is also more lightweight with the only target to load js and css files.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Jquery
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#