79385563

Date: 2025-01-24 20:37:11
Score: 1
Natty:
Report link

You'd have to loop it:

$('.menu_item_wrap').each((index, item) => {
    item.style.setProperty('border-top', '1px solid #E7E7E7', 'important');
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: trueicecold