How to prevent hidden HTML Input fields from pushing other elements down the page using JQUERY
I have an HTML form that hides certain Select boxes based on another selection. The code works but the hidden input fields still occupy blank page space and push other elements down. Here is a simplified version of the code I plan to use. I figure I need to also change the ‘Display’ to ‘None’ but I can’t find information online on how to do that in a case like this one. Is it possible?