I have this product list that I'm trying to populate using jQuery.
Since doing it solely on HTML, it'll take a lot of work and a very, very long line of codes for each item. Here's my sample HTML code.
<li>
<div class="col-md-4">
<div class="acs-detail">
<legend>Side Visor</legend>
<img src="img/side_visor.jpg" class="veh-content img-responsive" />
<div class="pna-description col-md-12">
<ul>
<li>Keeps the rain out and fresh air in with these durable side visors.</li>
</ul>
</div>
<div class="pna-price col-sm-6 col-md-12">
<div class="text-deco">
<span>P 700 <a data-placement="top" data-toggle="popover" data-trigger="hover" data-content="All prices listed herein are Manufacturer’s Suggested Retail Prices (MSRP), which exclude installation, and are subject to change without prior notice. Dealer sets actual price. Pictures are for informational purposes only."><sup>[*]</sup></a></span>
</div>
<div class="border">
<span></span>
</div>
</div>
</div>
</div>
</li>
What I need to populate is:
<legend><img src= "">.pna-description ul lispan