複数の幅と均一な複数の選択ボックスを使用したい。問題は私がするときです
$('#small').uniform({selectClass:'smallSelect'});
$('#big').uniform({selectClass:'bigSelect'});
<select id="small">
<option>test</option>
</select>
<select id="big">
<option>test2</option>
</select>
最初のものだけが適用されます。つまり、bigSelectは無視されます。