以下のスクリプトから返されるデータは、ローカルの完全な Web ページですが、context: undefined
何か不足していませんか? 体を選択しようとしています。
$.get(URL, function(html) {
var body = $("body", html);
}, "html");
もう少し詳しく説明すると、先ほどリクエストした生の HTML の body 要素が必要です。
[prevObject: st.fn.st.init[67], context: undefined, selector: "body", jquery: "1.9.0", constructor: function…]
context: undefined
length: 0
prevObject: st.fn.st.init[67]
selector: "body"
__proto__: Object[0]