I need to force the word views to be Chinese characters in this without changing the number before it.
<span class="title_date">591 views</span>
I was gonna use
$j('.title_date').text('討論區');
I know the characters here does not say views, I'm just using it as an example.
But that would remove the number. Any ideas?


Reply With Quote

Bookmarks