I got few elements with data-replyid, and it is with class post.
By using $('.post') I will get an array of the elements.
By using $('.post').data('replyid') I will get only the data from the first elements.
How can I get all the data-replyid into an array?