开发者

Jquery ajax in iphone

Can anyone tell me how to use Jquery Ajax in Iphone app. deve开发者_开发技巧lopment ? Sample codes are appreciated .

Thank you.


I would imagine it would be the same as normal AJAX development.

$.ajax({
    url: 'your_url',
    success: function( data )
    {
        console.log( data );
    }
});
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜