$("#rbldoctortitle").parent().find(".select-items ul li").bind("click", function () {}
<asp:DropDownList ID="rbldoctortitle" runat="server" datatype="n1-4"sucmsg=" ">
<asp:ListItem Value="4" >1</asp:ListItem>
<asp:ListItem Value="3">2</asp:ListItem>
<asp:ListItem Value="2">3</asp:ListItem>
<asp:ListItem Value="1">4</asp:ListItem>
</asp:DropDownList>
时间: 2024-10-09 20:59:08