moneytostr
Version:
The utility class to convert amount to words in Russian/Ukrainian/English languages
16 lines (15 loc) • 499 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>QUnit money to string test</title>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.10.0.css">
</head>
<body>
<div id="qunit"></div>
<script src="http://code.jquery.com/qunit/qunit-1.10.0.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js"></script>
<script src="../../main/js/moneytostr.js"></script>
<script src="tests.js"></script>
</body>
</html>