Settings

Theme

LoStorage.js - Client-side storage the way it should be

github.com

1 points by js-coder 13 years ago · 1 comment

Reader

n-gauge 13 years ago

Good example and if your using the ! in front of the function to save a byte you could change the for loops like so:

for (var i = 0, l = keys.length; i < l; i++) {

to

for (var i = keys.length; i--;) {

(to save even more)

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection