LABjs (Loading And Blocking JavaScript) is an open-source (MIT license) project supported by Getify Solutions. The core purpose of LABjs is to be an all-purpose, on-demand JavaScript loader, capable of loading any JavaScript resource, from any location, into any page, at any time.
Questions tagged [labjs]
55 questions
2
votes
1 answer
combining LABjs and Modernizr and yepnopejs
I've been using LABjs and it's working well.
I'm now trying to make use of the awesome Modernizr, and notice that it uses yepnopejs for conditional resource loading.
Since I do want conditional loading, can I use LABjs and yepnopejs together? Or…

fortuneRice
- 4,214
- 11
- 43
- 58
2
votes
2 answers
Responsive screen size for experiment
I hope I am providing enough detail here.
I am currently trying to design an experiment on Labjs and wanted to know if there is a way to make the website more responsive to screen size using HTML or CSS? What I mean by this is that can I use…

Chhavi
- 23
- 4
2
votes
2 answers
IE8 Unbelievable Problem with inline LAB.JS script
I have been trying to make my website performs well. One way that may achieve this is by including a loader like LAB.js script inline within my HTML, and then load my scripts in parallel in the next line.
So, inside LAB.js library that contains a…

Benny Tjia
- 4,853
- 10
- 39
- 48
2
votes
1 answer
LABjs Problem With Loading Script
I'm using labjs to load my scripts. I've got a script from feedburner which shows the lastest posts from my blog in HTML from my rss feed. The code from feedburner is and works just fine, showing all the posts in html: