1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-15 14:47:53 +02:00
cheatsheets/harvey.js.md
2017-10-29 23:56:20 +08:00

613 B

title category layout intro
Harvey.js JavaScript libraries 2017/sheet [Harvey.js](http://harvesthq.github.io/harvey/) helps you build responsive interfaces.

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

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

References