$.getjson \ $.ajax

Source: Internet
Author: User

First, in the JS of the wording

  1. $.getjson

1 function (data) {3//  1. Data is Gson structured and can be used directly with 5//  2. $.getjson Get mode, so when the URL is submitted in Chinese, it will be parsed into the JSP current encoding submitted to the action, and then the action will become headache in Chinese garbled 7 });      

  2. $.ajax

1 $.ajax ({2Type: "POST", //set to post to avoid garbled occurrences in the action 3DataType: "JSON",4Asyncfalse, //write here, will enter into the success method inside 5URL: "Blbooking.do?method=updateblbooking",6    //data:$ (' #yourformid '). Serialize (),//Your formid7data:{"cm": "${cm}"},//your formid.8Successfunction(data) {9 alert ("Success");
- error:function () { theAlert ("Failed"); - } -});

3. $.get () $.post ()

You can refer to the http://www.cnblogs.com/dongsh/p/3235487.html

Ii. the wording in action

Super. RenderText (response, jsonobject.tostring ());

$.getjson \ $.ajax

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.