This code is working fine if ($(this).val() == \"Spine\") but if ($(this).val() == \"Spine\"||\"Brian\") then the selection menu closes then opens
($(this).val() == \"Spine\")
($(this).val() == \"Spine\"||\"Brian\")
try this code:
if (($(this).val() == "Spine")||($(this).val() =="Brain")))