Return to Snippet

Revision: 63746
at June 4, 2013 06:33 by Priestd09


Initial Code
jQuery(document).ready(function($){
  
  $('.element').click(function(){
    
  });

})

Initial URL


Initial Description
Here is a simple and clever way to prevent script conflicts when using jQuery.
This snippet will show how to scope the dollar sign.

Initial Title
Prevent jQuery conflicts

Initial Tags
jquery

Initial Language
jQuery