jQuery selectors don't work in console

azeus

New Member
I can't for the life of me work this one out. I have js running and 'container state..' is a console log from the running js on the page. It's displaying a selector, but if i want to do anything within the console it just returns null. I'm assuming somehow i'm over writing jQuery function somewhere, as if i called jQuery\[code\]>>> $function()\[/code\]This is how i am calling a selector\[code\]Container state 3 jQuery(div.module-carousel)>>> $('body')null \[/code\]
 
Back
Top