dimanche 22 janvier 2017

jQuery - Random elements showing for a certain time

I want to make a div where the elements of the div are randomly changing after a short period of time.

I have this line of HTML:

<div id="A">
  THIS IS
</div>

<div id="B">
  <div>AN APPLE</div>
  <div>PARIS</div>
  <div>PICASSO</div>
</div>

Is it possible somehow with jQuery?
Thanks in advance!




Aucun commentaire:

Enregistrer un commentaire