Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pauldonnelly/2bae7746596b9db8fa27 to your computer and use it in GitHub Desktop.
Save pauldonnelly/2bae7746596b9db8fa27 to your computer and use it in GitHub Desktop.
Jquery Conflict with Prototype in Magento
var $j = jQuery.noConflict();
var $j = jQuery.noConflict();
$j(document).ready(function(){
$j("div").hide();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment