> What's the proper way to select all the ul with this class and change > their heights.
$$('.level2').each(function(item,index) {
item.setStyle('height','100');
});
-- S.
> What's the proper way to select all the ul with this class and change > their heights.
$$('.level2').each(function(item,index) {
item.setStyle('height','100');
});
-- S.