Try this: Copy Code. $("input[type='text']").change(function(){ $(this).closest('td').text($(this).val()) }).
確定! 回上一頁