So the code that I have so far is:
&
$('#input_id').keydown(function (event) { if (event.keyCode == 13) { // Call your function here or add code here } });