My JSP 'index.jsp' starting page " + $(this).html() + ""); $(this).remove(); }); }); $("#toLeft").click(function(){ $("#selectRight option:selected").each(function(){ $("#selectLeft").append("" + $(this).html() + "");//这个方法是">
输入banner图图片脚本导航/分类

jquery实现两Select标签项互调示例代码_jquery