最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

jquery 實(shí)現(xiàn)兩Select 標(biāo)簽項(xiàng)互調(diào)示例代碼

 更新時(shí)間:2014年09月25日 17:28:29   投稿:whsnow  
這篇文章主要與大家分享了jquery實(shí)現(xiàn)兩Select標(biāo)簽項(xiàng)互調(diào)的具體實(shí)現(xiàn),比較簡單,比較實(shí)用
<html>
<head>
<base href="<%=basePath%>">

<title>My JSP 'index.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0"> 
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.1.min.js"></script>
</head>


<SCRIPT LANGUAGE="JavaScript">
<!--
$(document).ready(function() {
$("#toRight").click(function(){
$("#selectLeft option:selected").each(function(){
$("#selectRight").append("<option value=" + $(this).val() + ">" + $(this).html() + "</option>");
$(this).remove();
});
});

$("#toLeft").click(function(){
$("#selectRight option:selected").each(function(){
$("#selectLeft").append("<option value=" + $(this).val() + ">" + $(this).html() + "</option>");//這個(gè)方法是默認(rèn)在后面添加
//$("#selectLeft option:first").before("<option value=" + $(this).val() + ">" + $(this).html() + "</option>"); //此種方法是在select前面加內(nèi)容
//$("#selectLeft option[value=3]").before("<option value=" + $(this).val() + ">" + $(this).html() + "</option>"); //此種方法是在selectt指定某一行加內(nèi)容
$(this).remove();
});
});

});
//-->
</SCRIPT>


<BODY>
<table>
<tr>
<td>
<select size='10' multiple id="selectLeft" style="width:200px">
<option value="0">Jquery API</option>
<option value="1">JavaScript高級程序設(shè)計(jì)</option>
<option value="2">鋒利的jQuery</option>
<option value="3">JavaScript 設(shè)計(jì)模式</option>
<option value="4">JavaScript+DOM高級程序設(shè)計(jì)</option>
<option value="5">PHP高級程序設(shè)計(jì)</option>
<option value="6">面向?qū)ο蟪绦蛟O(shè)計(jì)</option>
</select>
</td>
<td>
<input type="button" value=" >> " id="toRight" /><br /><br />
<input type="button" value=" << " id="toLeft" />
</td>
<td>
<select size='10' multiple id="selectRight" style="width:200px">
</select>
</td>
</tr>
</table>
</BODY>
</HTML>

相關(guān)文章

最新評論

米泉市| 临海市| 潼关县| 正宁县| 阿坝| 昭觉县| 浏阳市| 石嘴山市| 永宁县| 泰和县| 都匀市| 吴江市| 五华县| 洪洞县| 正镶白旗| 米易县| 黄大仙区| 红安县| 中山市| 泸西县| 维西| 太湖县| 梁山县| 怀集县| 临潭县| 泽普县| 沧州市| 房产| 乌苏市| 施甸县| 泌阳县| 古田县| 原平市| 西青区| 兴仁县| 菏泽市| 内丘县| 卢龙县| 文昌市| 林口县| 石渠县|