SyntaxFix
Write A Post
Hire A Developer
Questions
$('#dbType').change(function(){ var selection = $(this).val(); if(selection == 'other') { $('#otherType').show(); } else { $('#otherType').hide(); } });