Widget:FormSandbox: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 36: | Line 36: | ||
$('#MCAT').css("height","auto"); | $('#MCAT').css("height","auto"); | ||
$('#MCAT').css("visibility","visible"); | $('#MCAT').css("visibility","visible"); | ||
} | |||
if($('#input_3').val()==="Board Review"){ | |||
$('#BoardReview').css("height","auto"); | |||
$('#BoardReview').css("visibility","visible"); | |||
} | } | ||
}); | }); | ||
Line 48: | Line 52: | ||
$('#MCAT').css("height","0px"); | $('#MCAT').css("height","0px"); | ||
$('#MCAT').css("visibility","hidden"); | $('#MCAT').css("visibility","hidden"); | ||
$('#BoardReview').css("height","0px"); | |||
$('#BoardReview').css("visibility","hidden"); | |||
} | } | ||
</script> | </script> | ||
</includeonly> | </includeonly> |