JS:
Javascript has a toUpperCase() method. http://www.w3schools.com/jsref/jsref_toUpperCase.asp
toUpperCase()
So wherever you think best to put it in your code, you would have to do something like
$(".keywords").val().toUpperCase()