Skip to content

Instantly share code, notes, and snippets.

View rodrigosavian's full-sized avatar

Rodrigo Savian rodrigosavian

  • Particular
  • Ribeirão Preto, São Paulo
View GitHub Profile
@ironsjp
ironsjp / cls.js
Created July 18, 2011 14:42
cache script and css to localStorage (same domain only)
/**
* cache script and css to localStorage (same domain only)
*
* $CLS.style("a.css");
*
* $CLS.script("jquery-1.5.2.min.js").wait()
* .script("a.js")
* .script("b.js")
* .script("c.js")
* .wait(function() {