Skip to content

Turbolinks Problems

Mingc edited this page Aug 7, 2013 · 2 revisions

主要問題在於turbolinks的載入方式並不是讓頁面refresh,問題常發生在document ready的event(常用作為js的開始點),解決的方法為從ready event改為page:change event,或是直接使用jQuery Turbolinks來相容ready的用法

相關資料

Clone this wiki locally