I have the following code:
Type 1 Type 2
Type 1 Type 2 Type 3 Other $('#sel').change(function() { $('#other').css('display', ($(this).val() == 'Other') ? 'block' : 'none'); });