simple_selectors($selector)
Returns the simple selectors that comprise the compound selector $selector
.
Note that $selector
must be a compound selector. That means it cannot contain commas or spaces. It also means that unlike other selector functions, this takes only strings, not lists.
Please login to continue.