$.ajax( { type : "GET", url : "antenna.js?s=100000237", timeout : 180000, //msec success : function(d) { $("#antenna").replaceWith(d); }, error : function(d) { console.log("取得できませんでした..."); }, });