解決策: 選択したオプションのステートメントを 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] 選択 = true;
}、
;