The space means that the .normalise is a child of .cmd. Like a "div a"
selector.
When you don't use the space, you can select an element that should match
all parts:

div.foo.bar#hey[title="hello"]

That matches a div, that has foo and bar as classes, hey as id and an
attribute whose value equals hello.


On Fri, Feb 15, 2013 at 8:38 AM, Sanford Whiteman <sa...@figureone.com>wrote:

> > $$('.cmd .normalise') doesn't seem to work
> > — is there an efficient way todo this?
>
> Take out the space. http://jsfiddle.net/HXhNv/
>
> -- S.
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "MooTools Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mootools-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"MooTools Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mootools-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to