mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-10-15 23:18:52 +02:00
- Update some sheets which have very long sections - Remove `layout: 2017/sheet` (everything has the same layout now) - Remove outdated sheets
594 B
594 B
title, category, intro
title | category | intro |
---|---|---|
Harvey.js | JavaScript libraries | [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.