Webに関することや趣味のことなどをつらつらと。
$('input:text').bind('keyup', function(){ var input_text = $(this).val(); $(this).val( parseInt(input_text) ); })