On Wed, Apr 4, 2012 at 03:36, LWChris@LyricWiki <[email protected]> wrote:
>
> First problem: "Myclass which contains blanks" should be named "myclass that
> cannot be named like this because blanks are not allowed" ;)
>
>
Actually it is allowed. You can use CSS selector using
elm.querySelector or elm.querySelectorAll
node = document.querySelector(".Myclass.which.contains.blanks");
--
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en.