$("select[name='apptype']").find("option:eq(0)").prop("selected",true);
先找到select,紧接着用find处理元素的后代元素option