Check out the fiddle I'm currently working on: http://jsfiddle.net/7Z8wY/9/
The HTML section looks like this:
<div class="container">
<div class="right">
<div id="cityList" class="inner-table"></div>
</div>
<div class="left">
<div id="cityList2" class="inner-table"></div>
</div>
<div class="middle">
<div id="cityList3" class="inner-table"></div>
</div>
The issue arises when mycars[i] has data-attributes and the rendering does not occur. You can see the fiddle with the data-attributes removed here:http://jsfiddle.net/7Z8wY/10/
Could someone provide a solution for rendering in cases where data-attributes are present (or suggest an alternative method)?