Hacker News new | ask | show | jobs
by k3n 4621 days ago
Protip: you don't even need an each() at all[1].

So the above could be written:

$(".down.arrow").click();

1. http://jsfiddle.net/k6FvQ/