Skip to content

Instantly share code, notes, and snippets.

@marcelloinfoweb
Last active October 8, 2015 01: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 marcelloinfoweb/3255180 to your computer and use it in GitHub Desktop.
Save marcelloinfoweb/3255180 to your computer and use it in GitHub Desktop.
Evitar conflito com prototype no magento
<script>
jQuery.noConflict(); //Linha para evitar conflito
jQuery(document).ready(function(){
jQuery('id').hide(); //chamadas sem "$"
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment