<form> <input name="rrr" type="text" size="5" maxlength="5" id="rrr"> </form>
$('#rrr').on('keyup', function(){ console.log("44444"); });