safe jQuery code example
Example: jquery safely use $
(function($) {
// $ Works! You can test it with next line if you like
// console.log($);
})( jQuery );
(function($) {
// $ Works! You can test it with next line if you like
// console.log($);
})( jQuery );