我试图让 PJAX 与我的 Rails 应用程序一起工作,他们的请求是成功的,因为我在控制台的响应中看到了新的 html 内容,但内容没有被替换。我从 jquery.pjax 收到以下错误。
Uncaught TypeError: Object function ( selector, context ) {
// The jQuery object is actually just the init constructor 'enhanced'
return new jQuery.fn.init( selector, context, rootjQuery );
} has no method 'parseHTML'
我的 pjax 代码是
$(document).pjax('a','.main-container', {timeout:5000, replace: true})