Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change setup documentation #2992

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
9 changes: 9 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ExpandedNodes": [
"",
"\\public",
"\\public\\docsupport"
],
"SelectedNode": "\\public\\index.html",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/chosen/v15/.suo
Binary file not shown.
1,022 changes: 1,022 additions & 0 deletions .vs/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/slnx.sqlite
Binary file not shown.
6 changes: 4 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -1418,7 +1418,9 @@ <h2><a name="labels-work-too" class="anchor" href="#labels-work-too">Labels work
<h2><a name="setup" class="anchor" href="#setup">Setup</a></h2>
<p>Using Chosen is easy as can be.</p>
<ol>
<li><a href="https://github.com/harvesthq/chosen/releases">Download</a> the plugin and copy the chosen files to your app.</li>
<li><a href="https://github.com/harvesthq/chosen/releases">Download</a> the Chosen plugin and copy the chosen files to your app.</li>
<li>Add <a href="https://code.jquery.com/">JQuery</a> and attach the script with a script tag.</li>
<li>Add "chosen.min.css" and "chosen-sprite@2x.png" to your project files and use a link tag for the "chosen.min.css": <code class="language-markup">&#60;link rel="stylesheet" type="text/css" href="chosen.min.css"&#62;</code></li>
<li>Activate the plugin on the select boxes of your choice: <code class="language-javascript">$(".chosen-select").chosen()</code></li>
<li><a href="http://www.youtube.com/watch?feature=player_detailpage&amp;v=UkSPUDpe0U8#t=11s">Disco</a>.</li>
</ol>
Expand Down