Down and dirty. In my theme’s template, I placed the latest jquery as suggested above just above the footer call. It looks like this:
<script type='text/javascript' src='https://code.jquery.com/jquery-latest.pack.js'></script>
<?php get_footer(); ?>
Resent the form, spinner stopped spinning and I got my confirmation message.