<script>
$(".add-ul").click(function(){
var showimg = '<ul class="form-down"><li><label class="label"><span class="need">*</span>请选择文交所</label><select class="select" name="province" datatype="*"><option value="">请选择</option><option value="1">南京文交所</option></select></li><li><label class="label"><span class="need">*</span>请选择绑定银行</label><select class="select" name="province" datatype="*"><option value="">请选择</option><option value="1">中国银行</option></select></li><li><label class="label"><span class="need">*</span>请输入银行卡号</label><input type="text" value="" datatype="yhk" name="name" class="inputxt Validform_error" datatype="m"><div class="Validform_checktip">请输入银行卡号</div></li><li><label class="label"><span class="need">*</span>请选择开户银行所在城市</label><select class="select region" name="province" datatype="*"><option value="">省</option><option value="1">北京</option></select><select class="select region" name="province" datatype="*"><option value="">市</option><option value="1">北京</option></select><select class="select region" name="province" datatype="*"><option value="">区</option><option value="1">北京</option></select></li><li><label class="label"><span class="need">*</span>上传银行借记卡图片</label><div class="uploader"><input type="text" class="filename" readonly value="1" placeholder="请上传银行卡"> <input type="button" name="file" class="button" value="上传"> <input type="file" size="30" onchange="loadImage(this)"></div></li></ul>';
$(".form-down").after(showimg);
});
</script>
<script>
$(".add-ul").click(function(){
var showimg = '<ul class="form-down"><li><label class="label"><span class="need">*</span>请选择文交所</label><select class="select" name="province" datatype="*"><option value="">请选择</option><option value="1">南京文交所</option></select></li><li><label class="label"><span class="need">*</span>请选择绑定银行</label><select class="select" name="province" datatype="*"><option value="">请选择</option><option value="1">中国银行</option></select></li><li><label class="label"><span class="need">*</span>请输入银行卡号</label><input type="text" value="" datatype="yhk" name="name" class="inputxt Validform_error" datatype="m"><div class="Validform_checktip">请输入银行卡号</div></li><li><label class="label"><span class="need">*</span>请选择开户银行所在城市</label><select class="select region" name="province" datatype="*"><option value="">省</option><option value="1">北京</option></select><select class="select region" name="province" datatype="*"><option value="">市</option><option value="1">北京</option></select><select class="select region" name="province" datatype="*"><option value="">区</option><option value="1">北京</option></select></li><li><label class="label"><span class="need">*</span>上传银行借记卡图片</label><div class="uploader"><input type="text" class="filename" readonly value="1" placeholder="请上传银行卡"> <input type="button" name="file" class="button" value="上传"> <input type="file" size="30" onchange="loadImage(this)"></div></li></ul>';
$(".add-ul").after($(showimg));
});
</script>
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。