What is the difference between JSON and AJAX with jQuery?

前端 未结 4 1258
忘了有多久
忘了有多久 2021-01-31 06:04

I\'ve heard that JSON serializes all the data, which stops me having problems client side in terms of cross-browser support etc..

I\'ve been using AJAX with jQuery and i

4条回答
  •  孤城傲影
    2021-01-31 06:30

    Difference between JSON and AJAX could be determined into three layers.

    1. Language.

    2. Structure

    3. Designing

    Structure Designing

提交回复
热议问题