189 8069 5689

获取form所有name值

   var d = {};
        var t = $('form').serializeArray();

        t.forEach(function(item, index){
            d[item.name] = item.value;
        });

        $.post("a.php",d,function(result){
            layer.alert(result,function () {
                location.reload();
            });

分享题目:获取form所有name值
文章地址:http://cdxtjz.com/article/gpsopd.html

其他资讯