Skip to content

Instantly share code, notes, and snippets.

@hunterbridges
Created September 3, 2012 22:12
Show Gist options
  • Save hunterbridges/3614043 to your computer and use it in GitHub Desktop.
Save hunterbridges/3614043 to your computer and use it in GitHub Desktop.
<% content_for(:javascripts) do %>
<script type="text/javascript">
$(document).ready(function() {
$("select").selectBox();
});
</script>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment