Closed Faterou closed 7 years ago
Right now, the character "*" in a CSS Selector can only be used alone and it selects every element in the page. It could be good to be able to select all the elements that are children of a certain element.
Example: $(div > ) or $($x > )
Right now, the character "*" in a CSS Selector can only be used alone and it selects every element in the page. It could be good to be able to select all the elements that are children of a certain element.
Example: $(div > ) or $($x > )