$('.vote-up').map((_, elem) => (elem.title === "Upvote" ? elem.click() : null)); Submitted by musou on May 26, 2018 at 9:12 PM in programming 2 comments 8
emma wrote on May 27, 2018 at 3:02 AM $('[title=Upvote]').click() feels better Permalink 3 musou OP wrote on May 29, 2018 at 4:17 PM that is better! wow! Permalink Parent 2
Viewing a single comment thread. View all comments