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