41 lines
1.4 KiB
HTML
41 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<title>Chosen - a javascript select thingy</title>
|
|
<meta name="description" content="">
|
|
<meta name="author" content="Patrick Filler, Harvest">
|
|
|
|
<!-- Place favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
|
|
<!-- CSS: implied media="all" -->
|
|
<link rel="stylesheet" href="docsupport/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container">
|
|
<header>
|
|
<div>
|
|
<a href="http://www.getharvest.com/">Built by Harvest</a>
|
|
<h1>Chosen<h1>
|
|
</div>
|
|
</header>
|
|
<div id="content">
|
|
<p>Chosen is a Javascript library designed to bring ease of use to long, unwieldy HTML select boxes.</p>
|
|
</div>
|
|
<footer>
|
|
Blah blah blah. © 2011
|
|
</footer>
|
|
</div>
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.js"></script>
|
|
<script>window.jQuery || document.write("<script src='docsupport/jquery-1.6.min.js'>\x3C/script>")</script>
|
|
|
|
<script src="docsupport/chosen-docs.js"></script>
|
|
</body>
|
|
</html> |