Echo JS 0.11.0

<~>
pselviakcay 3233 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

Replies