$('#term').on('change', function() { $('.house').hide().children('.rooms:contains('+this.value+')').parent().show(); });