We’re missing something. Your script isn’t complete…
Please post the HTML… at least the form, so we can see the select dropdown and the textarea/label combo who is supposed to appear/disappear.
We need to see what your event is… people are supposed to see this label/textarea combo after they DO something, right? After making a selection from a select dropdown?
In general I prefer having all the HTML elements in the form, so those without JS can fill it in, and then add/remove a class which has CSS applied, to hide or show the thingie.