Skip to content

Instantly share code, notes, and snippets.

<style>
.filtro-comprar, .filtro-alugar{ display:none; }
</style>
<script>
jQuery( document ).ready(function() {
jQuery('select[name="finalidade"]').on('change', function() {
var opcdestino = jQuery(this).val();