Harvey.js

Harvey.js helps you build responsive interfaces.

A cheatsheet by @rstacruz|Refreshed about 3 years ago.Refresh|View source on Github

Usage

Usage

Harvey.attach('(min-width: 600px)', {
  setup: function () {
    // Called on first enter
  },
  on: function () {
    // Called on every enter
  },
  off: function () {
    // Called on every exit
  }
})

Deprecated

Deprecated

Harvey.js hasn’t been updated in a while, as of time of writing. Consider enquire.js instead.