jquery 根据 text 选中某项

$("#SomeId option[text='TextValue']").attr("selected", true);
原文地址:https://www.cnblogs.com/zlfucku/p/2284553.html