Given that the form validation script is plugin territory (see #29), you might consider rewriting small-menu.js in plain JavaScript. I don't see where you need jQuery anywhere else. And, having to load such a large library just such a small script doesn't make much sense.
It's something to consider. A lot of sites are going to have jQuery loading anyway, so it may or may not help.
Given that the form validation script is plugin territory (see #29), you might consider rewriting
small-menu.js
in plain JavaScript. I don't see where you need jQuery anywhere else. And, having to load such a large library just such a small script doesn't make much sense.It's something to consider. A lot of sites are going to have jQuery loading anyway, so it may or may not help.