HN user

ivquatch

1 karma
Posts0
Comments1
View on HN
No posts found.

Probably not the best way to do it, but I've done something like this before.

els[i].addEventListener("click",(new function(){var this._i = i; function message(){alert(_i);}}).message);