Skip to content

Instantly share code, notes, and snippets.

View rihenperry's full-sized avatar
🚀
CSUCI graduate 2019 | problem solving

Rihan Pereira rihenperry

🚀
CSUCI graduate 2019 | problem solving
  • Spirent Communications
  • California, U.S.A
View GitHub Profile
// HOWTO: load LABjs itself dynamically!
// inline this code in your page to load LABjs itself dynamically, if you're so inclined.
(function (global, oDOC, handler) {
var head = oDOC.head || oDOC.getElementsByTagName("head");
function LABjsLoaded() {
// do cool stuff with $LAB here
}