Giter Site home page Giter Site logo

Comments (5)

dhh avatar dhh commented on July 17, 2024

Pjax is a good fit for when you don't want to use the full page. It doesn't fit into my vision of what turbolinks should be, though.

On Oct 2, 2012, at 10:07 PM, Richard Taylor wrote:

I've just hacked together a quick implementation of specifying a configurable cache element, so you can do something like this:

Turbolinks.setup({cache_id: 'main_container'});

For instances where you don't want to refresh the entire body. I have this requirement on two projects I'm working on so thought it might be a common case. Thoughts?


Reply to this email directly or view it on GitHub.

from turbolinks-classic.

dhh avatar dhh commented on July 17, 2024

Although do share the specifics of your requirement. Curious to hear when full-page doesn't fit.

from turbolinks-classic.

moomerman avatar moomerman commented on July 17, 2024

Fair enough. The most recent case is a persistent visible audio player on the page with play progress indicator, I don't want that reloading on each page load.

from turbolinks-classic.

dhh avatar dhh commented on July 17, 2024

Gotcha. Pjax is probably a better fit for that, then.

from turbolinks-classic.

pomartel avatar pomartel commented on July 17, 2024

@moomerman You could also try what I do with the Facebook SDK and keep your player alive by detaching that content from the DOM tree before fetching the new page. I'm not sure that would work with an audio player though. Some code here #62

from turbolinks-classic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.