My HTML file:
You're missing the curly bracket to close the function:
$('#workerID').keyup(function() { alert('key up'); });
Errors like these are usually seen in the browser's JavaScript console.