Skip to content

Instantly share code, notes, and snippets.

@tensiondriven
Created January 9, 2013 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tensiondriven/4490819 to your computer and use it in GitHub Desktop.
Save tensiondriven/4490819 to your computer and use it in GitHub Desktop.
<script>
$.ready(function() {
$('#species_guess').simpleTaxonSelector();
});
</script>
<div class="simpleTaxonSelector">
<input id="species_guess"/>
<input id="taxon_id" name="assessment[taxon_id]" type="hidden" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment