I have a jquery script that selects a particular select through the 'name' attribute and makes some changes to the label of another select:
var selectRecheioGroup = $('select[name=recheio1] .grupoRecheio');
The question is: how can I make so that this selection can also include 2 other selects of names 'recheio2' and 'recheio3'?