jQuery

jQuery 금액 콤마 플러그인

은둔한량 2013. 2. 18. 16:50
반응형

<script type="text/javascript" src="./jquery.money.js"></script>

$(function(){

    $('#money').bind('blur', function(){

    $(this).toPrice();

});

반응형