残り文字数の前後に文字を表示

<script src="https://code.jquery.com/jquery.js"></script>
<script src="jquery.jcount.js"></script>
<script>
$(function(){
$("#sample").jcount({
before: "残り",
after: "文字"
});
});
</script>

jcountサンプル一覧