I am using Google Chrome and I'm writing a browser extension. I'm trying to inject JQuery 2.0.3 into facebook as a context script. Just to see if I could, I'm trying to grab the text area on the message page. I'm typing this line directly into the Javascript console:
$('textarea[name="message_body"]');
Instead of getting a JQuery object I'm getting this error:
Error: <![EX[["Tried to get element with id of "%s" but it is not present on the page.","undefined"]]]>
Does facebook have anti-jquery measures or is there something else happening that I'm doing wrong?
As usual, thanks all in advance!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…