I want to use jquery to build HTML like this:
Track Nam
Drop the internal jQuery constructor:
$("", { text: ' Track Name' });
jsFiddle.
or, if you want the code as HTML in the link:
$("", { html: ' Track Name' });