码迷,mamicode.com
首页 > Web开发 > 详细

Jquery Ajax

时间:2014-09-30 19:18:29      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:io   ar   for   sp   c   on   cti   r   ef   

$.ajax({
            type: "GET",
            url: "Services/EFService.svc/Members",
            data: "{}",
            contentType: "application/json; charset=utf-8",
            dataType: "json",
            success: function (data) {
                // Play with returned data in JSON format
            },
            error: function (msg) {
                alert(msg);
            }
        });

Jquery Ajax

标签:io   ar   for   sp   c   on   cti   r   ef   

原文地址:http://www.cnblogs.com/wzk153/p/4002281.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!