I have a variety of 2 types of <div>
s displayed on a single page.
Collection 1 consists of:
<div class="feature">content 1</div>
<div class="feature">content 2</div>
...and so forth.
Collection 2 consists of:
<div class="native-content-1">My native code 1</div>
<div class="native-content-2">My native code 2</div>
Whenever the page loads, a <div>
should be randomly selected from collection 1 and added to a randomly chosen <div>
from collection 2.