Forum Moderators: open
$.getJSON(url,function(json){
$.each(json.blah,function(i,item){
... some other stuff here, then...
info += '<div class="blah">'+tabNav+
'<ul>
<li><a class="blah" href="#header'+blah.code+'">Heading</a></li>
<li><a class="tabheader" href="#info'+item.pcode+'">Information</a></li>
<li><a class="tabheader" href="#more'+item.code+'">Heading</a></li>
<li><a href="gallery.php?code='+blah.code+'" title="Title for'+blah.code+'">Another heading</a></li>
</ul>
etc. etc.
';
});