|
|
|
@ -416,9 +416,11 @@ function uploadpic(piclist,myself) {
|
|
|
|
|
that.attr("src", str[tIndex]);
|
|
|
|
|
that.attr("data-ke-src", str[tIndex]);
|
|
|
|
|
|
|
|
|
|
//复制过来带的链接class等都要去掉 和视频图片有关系
|
|
|
|
|
that.removeAttr("class");
|
|
|
|
|
that.parent().removeAttr("class");
|
|
|
|
|
that.parent().removeAttr("href");
|
|
|
|
|
that.parents().removeAttr("href"); //删除所有父节点的href
|
|
|
|
|
// that.parent().removeAttr("href");
|
|
|
|
|
that.parent().removeAttr("data-ke-src");
|
|
|
|
|
tIndex = tIndex + 1;
|
|
|
|
|
}
|
|
|
|
|