Jquery submit button progress

Jquery submit button progress

Greetings, Is there a way for each time I choose from a drop down menu and click submit there would be a progress bar of some sort before the chosen html loads? Thanks again. Here is the jquery section and button which is currently working:

  1. <button type="submit">
  2.    Submit Query
  3. </button>
  4. <div id="mydiv">
  5. </div>