SyntaxFix
Write A Post
Hire A Developer
Questions
Try this:
$(function() { $("#type").change(function() { if ($(this).val() === 'parcel') $("#row_dim").show(); else $("#row_dim").hide(); } }