摘要:
function ListBox_Move(listfrom,listto) { var size = $("#" + listfrom + " option").size(); var selsize = $("#" + listfrom + " option:selected").size(); if(size>0 && selsize>0) { $.each($(... 阅读全文
posted @ 2009-05-21 13:58
dfg727
阅读(2460)
评论(1)
推荐(0)
浙公网安备 33010602011771号