ajax

2021-01-01 23:29

阅读:483

标签:option   _id   type   val   sel   style   OLE   log   url   

$.ajax({
                url:"{:url(‘user‘)}",
                data:{"group_id":data.value},
                type:‘post‘,
                dataType:‘json‘,
                success:function (res) {
                    console.log(res);
                    for(var i=0;i){
                        $("#sel3").append("");
                    }
                    form.render();
                }
            });

 

ajax

标签:option   _id   type   val   sel   style   OLE   log   url   

原文地址:https://www.cnblogs.com/CanyingV/p/13677192.html


评论


亲,登录后才可以留言!