Advertise here

jQuery Plugins Tagged ‘caching’

basket.js – Simple Script Loader that Caches Scripts with localStorage

January 09, 2014     2501     Others
basket.js – Simple Script Loader that Caches Scripts with localStorage

basket.js is a small JavaScript library supporting localStorage caching of scripts. If script(s) have previously been saved locally, they will simply be loaded and injected into the current document. If not, they will be XHR'd in for use right away, but cached so that no additional loads are required in the future.

Read More »