Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/headjs/headjs
The only script in your HEAD.
https://github.com/headjs/headjs
Last synced: 6 days ago
JSON representation
The only script in your HEAD.
- Host: GitHub
- URL: https://github.com/headjs/headjs
- Owner: headjs
- License: mit
- Created: 2010-11-29T11:15:57.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T20:28:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T01:07:27.710Z (13 days ago)
- Language: JavaScript
- Homepage: https://headjs.github.io/
- Size: 2.03 MB
- Stars: 4,152
- Watchers: 107
- Forks: 349
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-focusnetworks - HeadJS - The only script in your HEAD. (Loaders)
- A-collection-of-awesome-browser-side-JavaScript-libraries-resources-and-shiny-things. - HeadJS - The only script in your HEAD. (Loaders)
- awesome-javascript - HeadJS - The only script in your HEAD. ` ๐ 8 years ago ` (Loaders [๐](#readme))
- awesome-javascript-cn - HeadJS
- awesome-javascript - HeadJS - The only script in your HEAD. (Loaders)
- awesome-javascript - headjs - The only script in your HEAD. - โ 4200 (Loaders)
README
### This project is no longer maintained, but was the only solution back in the day, to do responsive design with IE6 & co ^^
### Latest Version: v1.0.3 :: [Docs](https://headjs.github.io) | [Downloads](https://headjs.github.io/#download)
### 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__
- [https://headjs.github.io/](https://headjs.github.io/)
- __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___