Skip to content

Instantly share code, notes, and snippets.

@thiago-vieira
Created June 29, 2011 12:51
Show Gist options
  • Save thiago-vieira/1053762 to your computer and use it in GitHub Desktop.
Save thiago-vieira/1053762 to your computer and use it in GitHub Desktop.
jQuery with Prototype
<!-- with gem "jquery-rails" -->
<%= javascript_include_tag :defaults %>
<script>jQuery.noConflict();</script>
<%= javascript_include_tag 'prototype' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment