More doc updates.

This commit is contained in:
Patrick Filler 2011-07-21 10:28:26 -04:00
parent 380c2281ec
commit 88f350d992
2 changed files with 8 additions and 8 deletions

View file

@ -1199,7 +1199,7 @@
<code>&lt;select <strong>title="Choose a country..."</strong> style="width:350px;" multiple class="chzn-select"&gt;</code>
</div>
<h2>Setup</h2>
<h2>Setup (for Prototype)</h2>
<p>Using Chosen is easy as can be.</p>
<ol>
<li>Download the plug-in and copy the chosen files to your app.</li>
@ -1208,6 +1208,6 @@
</ol>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js"></script>
<script src="chosen/chosen.proto.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js" type="text/javascript"></script>
<script src="chosen/chosen.proto.js" type="text/javascript"></script>
</body>