SkillAgentSearch skills...

Terbilang.js

Jquery Plugin for changed number to text, which is must include jquery.js before call terbilang.js.

Install / Use

/learn @kukuhpro/Terbilang.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

terbilang.js

This is Jquery plugin that changed number to text.

Language feature list:

  • Indonesia (id - rupiah)
  • English (en - dollar)

Before added this plugin make sure you are already loaded jquery.

And here's some code!

<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="terbilang.js"></script>
<script type="text/javascript">
  $('#input').terbilang({
    lang: 'id',
    output: $('#ouput')
  });
</script>

sample input

200000

sample output

dua ratus ribu rupiah
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated5mo ago
Forks8

Languages

JavaScript

Security Score

67/100

Audited on Oct 22, 2025

No findings