ajax

From , 4 Years ago, written in JavaScript, viewed 52 times.
URL https://pastebin.vip/view/aaaccd27
  1. function initBrowseCategory(){
  2.                 $.ajax({
  3.                         async : true, // 是否异步
  4.                         type : 'Post',
  5.                         url : 'getAppBrowseCategoryList.do',
  6.                         data : 'rid=' + id,
  7.                         dataType : 'json',
  8.                         success : function(data) {
  9.                                 if (data.ret == "0") {
  10.                                
  11.                                         $.each(data.data, function(i, item) {
  12.                                                
  13.                                         });
  14.  
  15.                                 }
  16.                         }
  17.                 });
  18.         }

Reply to "ajax"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website