摘要: jQuery(document).ready(function() { jQuery("#uncountryTable").dblclick(function(){ jQuery("#uncountryTable option:selected").each(function(){ var option = "<option value='"+jQuery(this).val()+"'>"+jQuery(this).text()+"</option>"; 阅读全文
posted @ 2013-04-12 17:38 taotaonwsuaf 阅读(513) 评论(0) 推荐(0)