I want to use jquery to build HTML like this:
Track Nam
This is what I eventually went with:
$('', { className: 'trackName', href: contentPath + 'tracks/' + t.fileName } )
.append('')
.append('')
.append(t.trackName)