首页 相关文章 Jquery实现无刷新DropDownList联动实现代码

Jquery实现无刷新DropDownList联动实现代码

先看HTML,我们引用Jquery,放两个DropDownList:

代码如下:


style type="text/css"
#ddlEmployeeCars
{
display:none;
position:absolute;
top:50px;
left:9px;
}
/style
script language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"/script

   asp:DropDownList runat="server" AppendDataBoundItems="true"
asp:ListItem Text="(Please Select)" Value="0" Selected="True" /
/asp:DropDownList
asp:DropDownList runat="server"
/asp:DropDownList

接着...[ 查看全文 ]

2016-02-19 标签:

Jquery实现无刷新DropDownList联动实现代码的相关文章

手机页面
收藏网站 回到头部