What is the difference between JSON and AJAX with jQuery?

前端 未结 4 1268
忘了有多久
忘了有多久 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:35

    JQuery: It is a light weight Javascript Library.

    JSON - Stands for JavaScript Object Notation.

    Jquery:It is created using JavaScript and you will be using the inbuilt functionalities from the library.

    Json: JSON is a text format that is completely language independent.

    JQuery:It is a fast and minified JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

    Json: If you want assign data to Your grid then it is possible with Json.

提交回复
热议问题