Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Last active December 18, 2015 23:19
Show Gist options
  • Save ashleygwilliams/5860467 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/5860467 to your computer and use it in GitHub Desktop.
notes to help group build dropdown menu
do this first:
http://www.codeschool.com/courses/try-jquery
include jquery in your layout
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
stackoverflow: how do i change options in dropdown with jquery?
http://stackoverflow.com/questions/1801499/how-to-change-options-of-select-with-jquery
<option> MDN https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option
<select> MDN https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select
this is also a useful forum discussion:
http://railsforum.com/viewtopic.php?id=44606
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment