2 items tagged “script”
2009
LABjs: new hotness for script loading. Created in collaboration with Steve Souders, LABjs is a JavaScript loading library which makes it easy to have scripts download in parallel while still ensuring that they execute sequentially where required to ensure dependencies are met. It’s unclear how you would decide to use this over concatenating all scripts together in to a single file.
2007
Insert in place without document.write. Very neat trick, but I’d like to see more extensive reports on browser compatibility before committing to it.