I am working on a ASP.NET MVC web site that has multiple submit buttons. i.e.
&
Since you use jquery, if you use hotkeys plugin, you can make a such approach:
$(document).bind('keydown', 'return', function (evt){ $.next("input[value='OK']").trigger("click"); return false; });