Skip to content
bkardell edited this page Feb 28, 2012 · 20 revisions

Getting Started

===============

First add Hitch to your page.

<script src="hitch.js" type="text/javascript" charset="utf-8"></script>

======================

If you wish to use selector hitches...

Mark a link or style tag in your page with the boolean data-hitch-interpret attribute.

<link rel="stylesheet" href="styles.css" type="text/css" data-hitch-interpret="true"/>

<style data-hitch-interpret="true">...</style>

That's it! You're now all set to start using selector hitches and html hitches!

This allows you to use all of the Out of the Box selector hitches, use Constants, check out the [http://www.hitchjs.com/list](Hitch Repo) and find some other selector hitches to use, or start Writing Your Own.

Back to Home.

Clone this wiki locally