.text target content
HTML
<div class="title-wrap">
<span class="title">Hello World</span>
<br>
This title is about Hello World
</div>
JavaScript
var test = ($.trim(jQuery('.title-wrap').contents().last().text()) || 'x' );
alert (test);