Hi i'm coding my own sort of commentfield for my website, so im trying out using the append function in jquery, but netbeans is telling me this function call is missing quotes
$( "#comment" ).append( "<div class="userComment">
<b>testName</b>
<p>TestText</p>
</div>" );
TestText
"+ "