jQuery Annex Example Page

You can play around with jQueryAnnex here in your JavaScript console.

Documentation

Have look at the documentation in /doc to find out more about available functionality.

Testing

Whenever possible Annex functionality is unit tested via Ava (source for tests can be found in /test) on every build, have look at those files for reference. Cases in which interaction is needed or we depend on a true browser window are reflected on the test pages below, where every page represents another semantic package. You can click through those tests and verify functions for different jQuery versions by changing the version in the top nav. Keep an eye on your browser's dev console while doing so.

To test the animation helpers, click here

To test the basic helpers, click here

To test the css helpers, click here

To test the capability helpers, click here

To test the dynamic loading helpers, click here

To test the event helpers, click here

To test the font helpers, click here

To test the form helpers, click here

To test the image helpers, click here

To test the interaction helpers, click here

To test the navigation helpers, click here

To test the protocol helpers, click here

To test the text content helpers, click here

To test the viewport helpers, click here

Plugins

To test the solutions plugin, click here

To test the validation plugin, click here