I'm trying to get all the div classes in a page using jQuery $('div');
, it's on a page that doesn't support jquery but I load it using the links below until I get $ === jQuery
is true.
Even here on SO which has jQuery, when I do var x = $('post-text');
x
is empty. What might be the reason for this not working?
I do this in Chrome's console.