function foo(){ document.querySelectorAll('.test1,.test2').forEach(function(item){ item.style.backgroundColor='yellow'; }); }