-
Notifications
You must be signed in to change notification settings - Fork 14
Getting Started
bkardell edited this page Feb 28, 2012
·
20 revisions
===============
First add Hitch to your page.
<script src="hitch.js" type="text/javascript" charset="utf-8"></script>
======================
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.