<title>Keyup Event</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-2.0.0.js"></script>
$(document).ready(function(){
$('#age').keyup(function(){
$('#result').html("Keyup lần thứ " + time + ". Giá trị nhận được là " + $(this).val());
<input type="text" id="age" value=""/>