我想為我的jquery ajax代碼(這是jquery仍在處理時)實現(xiàn)一個加載圖像,下面是我的代碼:$.ajax({ type: "GET", url: surl, dataType: "jsonp", cache : false, jsonp : "onJSONPLoad", jsonpCallback: "newarticlescallback", crossDomain: "true", success: function(response) { alert("Success"); }, error: function (xhr, status) { alert('Unknown error ' + status); } });如何在此代碼中實現(xiàn)加載圖像。謝謝
- 3 回答
- 0 關(guān)注
- 503 瀏覽
添加回答
舉報
0/150
提交
取消