请教一个jquery中的ajax问题
$.ajax({ url: "www.aaa.com", cache: false, data: {}, type: "GET", success: function(html) { $.popbox.setcontent( html ); }