$("input:checked[name='shangCheckbox']").each(function(index, item) {
vals.push($(this).val());
});
if(vals.length==0){
$(".ajhang").each(function(i){
vals.push($(this).text());
})
}
$("input:checked[name='shangCheckbox']").each(function(index, item) {
vals.push($(this).val());
});
if(vals.length==0){
$(".ajhang").each(function(i){
vals.push($(this).text());
})
}