Giter Site home page Giter Site logo

Comments (2)

lukeshumard avatar lukeshumard commented on June 25, 2024

It would be super awesome if this used HTML5 history if available. You could throw that in with the Modernizr-mini along with yepnope.js. Maybe i'll take my hand at integrating this.

Here's a quick and stripped down example I used in a project recently.

yepnope({
    test: Modernizr.history,
    nope: '/js/jquery.address-1.3.1.min.js',
        complete: function () {
            if (!Modernizr.history) {
                $.address.bind('externalChange', function () { hash_history(args); });
            } else {
                $(window).bind('popstate', function () { html_history(args); });
            }
        }
    });

from isotope.

desandro avatar desandro commented on June 25, 2024

The central issue I face with this feature is how to save ALL the options. Unlike the old hacky Masonry filtering, hashes can't be used exclusively for just filters, there's also sorts, layout modes, and possibly every other option included in Isotope.

Ideally, the hash would be one JSON object that holds all the options.

myapp.com/#isotopeOptions={filter:'.foo',sortBy:'barSorting',sortAscending:true,layoutMode:'masonry'}

Then the next question is how well with this work with other plugins that are fiddling with the hash?

from isotope.

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.