首页 > 代码库 > JQ 代替change的方法

JQ 代替change的方法

 $("#rbldoctortitle").parent().find(".select-items ul li").bind("click", function () {}

<asp:DropDownList ID="rbldoctortitle" runat="server" datatype="n1-4"sucmsg=" ">
<asp:ListItem Value="http://www.mamicode.com/4" >1</asp:ListItem>
<asp:ListItem Value="http://www.mamicode.com/3">2</asp:ListItem>
<asp:ListItem Value="http://www.mamicode.com/2">3</asp:ListItem>
<asp:ListItem Value="http://www.mamicode.com/1">4</asp:ListItem>
</asp:DropDownList>

JQ 代替change的方法