我的HTML文件为:
<form method="POST" enctype="multipart/form-data" class="icons-tab-steps wizard-circle" action="{{url('/shelter/intake')}}">
<input type="file" name="data[person][person_identification1]"
id="preview_preson_1_stray">
<a href="#" onclick="deleteSelection('1','stray')">
<span class="delete"><i class="fa fa-trash" aria-hidden="true"></i>
</span>
</a>
</form>
当我单击删除时,对象应该从数据[人] [人_识别1] 中删除。这该怎么做?请帮忙。
答案 0 :(得分:1)
要从用户界面中删除
在Delete函数中,您将获得1,stray&id将单独创建,而在javascript中则是create id&remove
var no = 1;
var stmt = stray;
$("#preview_preson"+_no_stmt).remove()