摘要:
首先js判断listbox不为空var lst1=window.document.getElementById("SourceListBox").length;if(lst1==0){alert("不能为空!");}然后两个listbox移植 1 function MoveListBoxToRight(leftname, rightname) { 2 var size = $("#" + leftname + " option").size(); 3 var selsize = $("#" + 阅读全文
posted @ 2011-12-06 09:35
Sampson
阅读(1552)
评论(0)
推荐(0)
浙公网安备 33010602011771号