私のコード:
<select id="select">
<option id="1" value="thai language">option one</option>
<option id="2" value="eng language">option two</option>
<option id="3" value="other language">option three</option>
</select>
<div id="form1">content here</div>
<div id="form2">content here</div>
<div id="form3">content here</div>
私が欲しいのは、オプション1を選択してform2 + form3を非表示にするときにdiv#form1を表示するか、オプション2を選択してdiv#form2を表示してform1+form2を非表示にすることです