残り文字数が0未満の時のフォントの色を変更(オレンジ)

<script src="https://code.jquery.com/jquery.js"></script>
<script src="jquery.jcount.js"></script>
<script>
$(function(){
$("#sample").jcount({
limit: 10,
color: "orange"
});
});
</script>

jcountサンプル一覧