复制代码 代码如下:
var colorValues = new Array();
$('#image-colors').find('.color-block').each(function(){
if($(this).find('span').eq(0).hasClass('selected')){
colorValues.push($(this).attr('title'));
}
});
var colorString = colorValues.join(',');
alert(colorString);
网友评论文明上网理性发言已有0人参与
发表评论: