1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
[](http://headjs.com)
###Latest Version: v1.0.3 :: [Downloads](http://headjs.com/site/download.html) | [Docs](http://headjs.com/site/api/v1.00.html) | [News](http://headjs.com/site/blog.html) | [Intro](http://headjs.com)
#####Status
[](https://travis-ci.org/headjs/headjs)
#####Tested with (..amongst others)
[](https://saucelabs.com/u/itechnology)
###Responsive Design, Feature Detections, and Resource Loading
* Speed up your apps: Load JS & CSS asyncronously and in parallel, but execute them in order
* Load one asset if a condition is met, else fallback and load a different one
* Manage script dependencies, and execute callbacks once they are loaded
* Cross-browser compatible « pseudo media-queries » let you code against different resolutions & devices
* Fix quirks in specific browsers by quickly applying dedicated CSS/JS logic
* Detect various browsers & their versions
* Check if the client supports a certain Browser, HTML5, or CSS3 feature
* Automatically generates JS and CSS classes for browsers & features that where detected
* Automatically generates CSS classes, to know what page or section a user is viewing
* Know if the user is in landscape or portrait mode
* Or whether the client is using a mobile or desktop device
* Get old browsers to support HTML5 elements like nav, sidebar, header, footer, ...
* ...
* __Make it, The only script in your <HEAD>__
* ___A concise solution to universal problems___
###Resources
- __WebSite__
- [http://headjs.com](http://headjs.com)
- __Bugs__
- [https://github.com/headjs/headjs/issues](https://github.com/headjs/headjs/issues)
- __Community Support__
- [http://stackoverflow.com](http://stackoverflow.com/questions/tagged/head.js)
- _Remember to tag your questions with_: ___head.js___
- __Feature Requests/Suggestions__
- [http://headjs.uservoice.com](http://headjs.uservoice.com/forums/182905-headjs-feature-suggestions)
|