Using prototype.js, which selector would be used to target a group of list items with the class of item?
Posted: Sat Aug 20, 2022 7:54 am
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')
A. $('ul').children('li.item')
B. $('item')
C. $$('li.item')
D. $$('ul > li#item')