$("select[name = 'lim1'] [value='"+loadValue+"']").attr("selected", "selected");
$("select[name = 'lim1']")[0] .value = loadValue;