Please take a look at my development so far. I am trying to, in jQuery, disable the tabs on the top of this form, as well as the Next Step links (these are anchors, not input buttons - at least until the submit button) until the fields are filled out on that specific tab. The user may return to previous tabs after they have entered data in the tabs before them. They would not necessarily need to be -correct-, but just have user input, I think.
I'm not entirely sure how to go about it since I am trying to disable anchor links (and fade their opacity) rather than input buttons.
Any help would be fantastic! Thank you.