-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
3,330 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Only.js Selector-based Loader | ||
Only.js is a dynamic selector-based script loader that not only replaces the use of multiple `<script>` tags and initialization code but also with a fast, | ||
parallel, speed-optimized API. Some script loaders tend to do a lot of things; from loading scripts, to loading css, to feature detection, to | ||
loading iframes, images, maybe even solar systems — eventually. | ||
|
||
The major characteristic of Only.js is not the ability to load all Javascript files in parallel with cross-browser execution order but the ability | ||
to dynamically determine and load Javascript needed by the current page without blocking other assets/resources. | ||
|
||
> **Built on:** [LABjs](http://labjs.com/). | ||
## Documentation | ||
|
||
[Online Docs & Demo](http://ema4rl.github.io/Only.js) | ||
|
||
## Contributions and bug fixes | ||
|
||
They are very much appreciated - especially bug fixes. | ||
|
||
Thanks! |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.