Loop a Bootstrap Select

Is there a way to loop the values of a Bootstrap Select control?

Yes. Use Select1.items to get the number of items. You can then refer to each item like this:

$("#Select1_" + i).text()