It appears that jQuery selectors are not functioning in the Chrome Console. Any type of selector returns "null". The scripts do properly run the javascript, however.
Has anyone else noticed this change or know of a fix.
Thanks.
|
It appears that jQuery selectors are not functioning in the Chrome Console. Any type of selector returns "null". The scripts do properly run the javascript, however. Has anyone else noticed this change or know of a fix. Thanks. |
|||||||||||
|
|
I uncovered the cause of this in my own question. The console injects its own function (just a shorthand) for
The first and last will be jQuery proper, the local
EditThis is because code run from the console is wrapped in a
and Last edit, I promiseFound the bug in Chromium for this: http://code.google.com/p/chromium/issues/detail?id=70969 |
||||