해결책: 선택한 옵션의 명령문을 setTimeout에 넣으세요. 예를 들어:
setTimeout(function() {
var selSorts = $("select[id^='"controls.selsort "']");
$.each(selSorts, function(index , sort) {
var ope = $(sort).find("option[value='" arrSort[index] "']")
if (ope.length > 0)
ope [0].선택됨;
}),