$('.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
musou OP wrote on May 29, 2018 at 4:17 PM Reply to comment by emma in $('.vote-up').map((_, elem) => (elem.title === "Upvote" ? elem.click() : null)); by musou that is better! wow! Permalink Parent 2
Viewing a single comment thread. View all comments