Walter Davis wrote in post #1165528: > On Dec 27, 2014, at 8:34 PM, David Williams <[email protected]> > wrote: > > > Anything that is using the page load event to trigger setup will > generally fail in the presence of turbolinks. You can either disable > them entirely, or you can wrap your foundation() call in an observer on > the page:change synthetic event. In jQuery, that's probably going to be > something like this: > > $(document).on('page:change', function(){ > // your foundation methods here > }); > > Walter
Having to use this method every time is kind of a headache. I may just try to disable turbolinks for Javascript all together. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/0be024f091eb1b9de9ab4efc4285248e%40ruby-forum.com. For more options, visit https://groups.google.com/d/optout.

