jQuery Document Ready - Changes when using inside WordPress
jQuery(document).ready(function($){ // code here });
$(document).ready(function(){ // code here });