HiloJS
v0.1.0-pre-dev-beta-10
v0.1.0-pre-dev-beta-10
Faster and better
Easier and more efficient
Browser and Features
Progressive Enchancements
There are 2 different builds of Hilo for every version:
The legacy build is (currently) 176 KB uncompressed and 46 KB (UglifyJS compression), while the normal build is 108 KB uncompressed and 28 KB uglified.
Note: Hilo is currently under development. Even a public beta version is not yet released. The current version is 0.1.0 pre dev beta .
Add Hilo in the <head> or <body> section of your page.
<head> ... <script type="text/javascript" src="hilo.js"></script> </head> ...
<script> $(function () { $('div').click(function () { $(this).toggle(); }); }); </script>
Hilo is developed by me, Erik Royall, a JavaScript programmer and a Web Developer.