通过下面一段代码即可实现你需要在select中需要默认选中的值。
$("#id").find("option:contains('是')").attr("selected",true);