1.[可以实现 不推荐  适合多选]

$("#organize_type").find("option:eq("+j+")").attr("selected",true);

2。【推荐  适合单个选中】

$("#organize_type").get(0).selectedIndex=j;