HeadJS 0.99.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package HeadJS --version 0.99.0
NuGet\Install-Package HeadJS -Version 0.99.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HeadJS" Version="0.99.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HeadJS --version 0.99.0
#r "nuget: HeadJS, 0.99.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HeadJS as a Cake Addin
#addin nuget:?package=HeadJS&version=0.99.0

// Install HeadJS as a Cake Tool
#tool nuget:?package=HeadJS&version=0.99.0

At under 5K minified & gzipped

HeadJS provides you with:

* Asset Loader
Load assets when you need them.
head.load("file1.js" , "file2.js" , function() { done(); })
head.load("file1.css", "file2.css", function() { done(); })

* JavaScript Organizer
Defer execution of functions to the bottom of the page.
head.ready(function() { imReady(); })

* Responsive Design
Detect and react to resolutions with simple css classes or js tests that work without media query support.
.landscape,  .lt-800, .gt-1680, if (head.mobile) { }

* Browser Detection
Detect browsers & their version, and apply css or js logic to them.
.gt-ie6, .lt-ie10, if (head.browser.ios) { }

* Feature Detection
Detect browser features like cssreflections, touch-enabled
.no-touch if (!head.touch) { }

* CSS Moderniser
Detect css support like box-shadow, border-radius
.no-borderradius, if (!head.borderradius) { }

* CSS Router
Detect which page and section someone is on and target it with specific css.
.index-page, .register-page, .root-section, .user-section,

* HTML5 Shim
Need to support the new HTML5 tags in older browsers ? No problem !

* And more
..well, a little bit :-)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on HeadJS:

Package Downloads
Web.Require

Web.Require is client dependency framework for ASP.NET MVC

Brandy.Web.Require

Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 26,924 11/22/2013
1.0.2 3,171 11/13/2013
1.0.1 3,181 11/5/2013
1.0.0 3,272 11/4/2013
0.99.0 12,552 11/15/2012
0.98.0 3,631 11/12/2012