jquery操作单选、复选、下拉
文章作者 100test 发表时间 2011:03:18 19:40:45
来源 100Test.Com百考试题网
function changeShipMethod(shipping){
var len = $("0select[@name=ISHIPTYPE] option").length
if(shipping.value != "CA"){
$("0select[@name=ISHIPTYPE] option").each(function(){
if($(this).val() == 111){
$(this).remove().
}
}).
}else{
$("