Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如果上传完成之后清空上传区域 #25

Open
ZCP1990 opened this issue Jul 24, 2018 · 1 comment
Open

如果上传完成之后清空上传区域 #25

ZCP1990 opened this issue Jul 24, 2018 · 1 comment

Comments

@ZCP1990
Copy link

ZCP1990 commented Jul 24, 2018

image
要把图中红色区域通过api删除掉

@devin87
Copy link
Owner

devin87 commented Jul 24, 2018

在complete事件直接操作元素即可,eg:

//清空上传区域
$("#upload-view").html('');

//移除单个元素区域
$(task.box).remove();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants