Hi Jake,
The first thing that I noticed that can be causing a problem is the Method of your 'Show Section Info' link:

You are using a Submit method, this will submit your page.
Since you want to just reset the info or do something else inside the same page, you should consider to use Ajax Submit.
And then on your OnChange action, place your logic like you did with the items:

Cheers and Regards,
RR :)