Sorry if this is very obvious, but I looked and looked for a solution, but found nothing. I am very new to jQuery, so even looking for what I want to do was difficult.
I have a page with a bunch of fields and dropdowns populated from the database. Thus, each snapshot has the correct element (the one that is stored in the database) selected when the page loads. When this parameter is "Other", I want the "Other" text box to appear.
So the question is: how can I show / hide this text box based on the selected dropdown when loading the page? All that I managed to find in my research is related to changing the menu. This works great for one of my other pages. I do not want to reselect "Other" (triggering a change event).
thanks
source share