Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdarby authored and justbeez committed Jan 20, 2010
1 parent 9732136 commit 8f79e46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
//add options to select and update
$('#addOptions').click(function(){
$('#my-dropdown6').append('<option value="newOpt">New Option</option>').resetSS();
return false;
});

});
Expand All @@ -52,7 +53,7 @@ <h2>A cross-browser, accessible alternative to the standard form element which c
<p>Stylish Select attempts to replicate the functionality of the browser default select box as closely as possible with support for keyboard navigation, and intelligent positioning.</p>
<p>Stylish Select aims to have a minimal code footprint and weighs in at just over 3KB when minified.</p>
<p><a href="http://www.scottdarby.com/2009/05/jquery-plugin-stylish-select-unobstrusive-select-box-replacement/">Stylish Select blog post</a></p>
<p><a id="download" href="stylish-select.zip">Download source code (version 0.4.1)</a></p>
<a href="http://github.com/sko77sun/Stylish-Select">Get latest source code from GitHub</a>
<h2>Usage</h2>
<p>First, include the stylesheet, jQuery and the stylish select .js file in your html head tag</p>
<p>The plugin can be used to replace any select with the following:</p>
Expand Down

0 comments on commit 8f79e46

Please sign in to comment.