首页 相关文章 jquery控制listbox中项的移动并排序

jquery控制listbox中项的移动并排序

首先是html代码,页面上放2个listbox控件和2个按钮用于移动项目
代码如下:
table border="0"
tr
td width="156"全部水果:/td
td width="142" /td
td width="482"我挑选的:/td
/tr
tr
td rowspan="2"asp:ListBox SelectionMode="Multiple" ID="listall" Rows="12" Width="156" runat="server"/asp:ListBox/td
td height="41" align="center"
input type="button" id="btnleftmove" value="" onclick="move('listall','listmy');"/br /br /
input type="button" id="btnrighttmove" value="" onclick="move('listmy','listall');"/
/td
td rowspan="2"asp:ListBox...[ 查看全文 ]

2016-02-19 标签:

jquery控制listbox中项的移动并排序的相关文章

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