Briefing Magento Knowledge

which selector would be used to target a group of list …

Using prototype.js, which selector would be used to target a group of list items with the class of item?

A.
$(‘ul’).children(‘li.item’)

B.
$(‘item’)

C.
$$(‘li.item’)

D.
$$(‘ul > li#item’)