查看firebug
,这一行是导致此问题的行:
xhr.send( ( s.hasContent && s.data ) || null )
在jquery.js
文件中。如果没有 remote: true
,form
orlink_to
可以正常工作,turbolink
并且在 include 之前也可以工作turbolink
。
查看firebug
,这一行是导致此问题的行:
xhr.send( ( s.hasContent && s.data ) || null )
在jquery.js
文件中。如果没有 remote: true
,form
orlink_to
可以正常工作,turbolink
并且在 include 之前也可以工作turbolink
。