Comment on Hey, check out this new concept for a chatroom I madeComments−shaspefu15yTo vote all comments up: $("#allchats a:nth-child(1)").click(); Down: $("#allchats a:nth-child(2)").click();−aquadoctorbob15yTo enable multiple voting: votedIds={length: 0, push: function(){}};
Comments
To vote all comments up:
Down:To enable multiple voting: