Skip to content

Instantly share code, notes, and snippets.

<html>
<body>
Harga: <input class="priceFormat" type="text"/>
</body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$('input.priceFormat').keyup(
function(e){