Textbox Cambio de texto JQuery

$('#inputDatabaseName').on('input',function(e){
    alert('Changed!')
});
Homely Hare