Suppose, I have multiple selectors used
$('.some, .next, .any, .way, .myname, .something')
and now if I would like to change each background when one background is changed, so I'm wondering how can I iterate all selectors using likely to this: $(this).each() but I know this will not work coz this will take currently selected each elements but I would like to do all the selectors in my selectors used.