I am trying to get the two randomly generated div identifiers shown below and wrap them in my custom div, which I can control. There was a search around the jQuery API for a solution, but there are still no ideas.
Here's a preliminary example: 
So, as you can see, there are two <div id="random_string"></div> and one custom <div class="wrap_awm"></div>
Since I cannot target the two IDs above, I donโt know how to say jQuery, get two divs on top of wrap_awm and put them inside ".wrap_awm". Just how is it?
source share