Echo JS 0.11.0

<~>

pselviakcay comments

pselviakcay 3274 days ago. link 2 points
if ($(this).height() > height) {
  height = $(this).height();
}

wat. Heard of Math.max? Also, animating to the top? Really?

http://tholman.com/elevator.js/

Also, code never re-uses selectors, binds straight to elements and a lot of rookie mistakes there.

MOM PLS STAHP
pselviakcay 3512 days ago. link 1 point
Thanks for the write-up. I think ServiceWorker standard is the future for the web.
pselviakcay 3665 days ago. link 1 point
Please stop using Mongodb. Why does everyone simply ignore the obvious design flaws it has?