$( function() { $( "input[name=first_name]" ).focus(); $( "input.error:first" ).focus(); } );
