diff --git a/index.js b/index.js index 4d6039d..e628021 100644 --- a/index.js +++ b/index.js @@ -83,7 +83,7 @@ Pjax.prototype = { }, loadContent: function(html, options) { - var tmpEl = document.implementation.createHTMLDocument("") + var tmpEl = document.implementation.createHTMLDocument("pjax") // parse HTML attributes to copy them // since we are forced to use documentElement.innerHTML (outerHTML can't be used for )