My question is about how to make multiple elements appear with different classes and times. The idea is to do as the Live interaction of Facebook. The Code is as follows:
<ul class="reactions">
<li class="size1">:)</li>
<li class="size2">:o</li>
<li class="size3">:(</li>
<li class="size1">:/</li>
<li class="size2">:-</li>
<li class="size3">:*</li>
</ul>
By logic, Javascript (or Jquery) would have to print these 6 elements randomly by drawing size and "li", I have no idea how to do this. I already have them in html, you will not need to pull the bank. Can you help me?