残り0文字未満のときに数字ではなく設定した文字を出す

<script src="https://code.jquery.com/jquery.js"></script>
<script src="jquery.jcount.js"></script>
<script>
$(function(){
$("#sample").jcount({
limit: 10,
before: "残り",
after: "文字",
over: "これ以上入力できません"
});
});
</script>

jcountサンプル一覧