$(document).ready( function() {
   $('input.initial-focus:first').focus(); // choose first just in case
});

