<asp:DropDownList ID="ddlCategoryMain" runat="server" 
                    Height="16px" AppendDataBoundItems="true" AutoPostBack="True" 
                    onselectedindexchanged="ddlCategoryMain_SelectedIndexChanged">
                    </asp:DropDownList>
 ddlCategoryMain.Items.Insert(0, new ListItem("请选择大类:", ""));如果没有选择,提交是,这个下拉列表框的文本值=请选择大类   值="",
如何写jquery条件啊?
$("#ddlCategoryMain")  ...