<input type="text" name="kullanici" id="kullanici"/>
$('#kullanici').keyup(function(){ alert($(this).val()); });