jQuery

jQuery 금액 콤마 플러그인

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

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

$(function(){

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

    $(this).toPrice();

});

반응형

'jQuery' 카테고리의 다른 글

원본 사진 마우스 이동시 보여주기  (0) 2013.04.12
select radio checkbox  (0) 2013.02.18
jquery 숫자만  (0) 2013.02.18
jquery radio checked, select option selected  (0) 2013.02.18
jQuery & iframe  (0) 2013.02.18