Fork me on GitHub

Resources

Getting Started with Hitch

Developer Resources

You can download this project in either zip or tar formats.
You can clone the project with Git by running:

    $ git clone git://github.com/bkardell/Hitch

Hitch is a thin layer that sits in the browser and provides an "opt-in" extension model which allows you to use (or even define) additional selectors or html capabilities which are not currently a part of a standard. The hitch engine essentially turns uses selector hitches in your CSS into standard CSS which includes a hashed class name in place of your use and gives it back to CSS - it then simply manages the toggling on and off of those class names. The same underlying ideas are used internally to create a hitch mechanism for html components.

Authors

Brian (bkardell@gmail.com)
Clint Hill (clint.hill@gmail.com)