Alright so I'm trying to remove a class based on a dropdown menu's selectedIndex, specifically, I want the div with the id=hide to appear when someone selects the second option in my dropdown menu (selectedIndex of 1), and disappear again if they select a different option.Alright so I'm trying to remove a class based o