去除文字方塊前後空白


$("input[type=text]").focusout(function () { $(this).val($.trim($(this).val())); });

留言

熱門文章