$("#selPisosCases").on('change', function(){
alert ("entro");
if (this.checked) {
$("#selLocalsOficines").prop('checked', false);
$("#selNausIndustrials").prop('checked', false);
$("#selSolarsParceles").prop('checked', false);
$("#selParquings").prop('checked', false);
$("#selOportunitatsBancaries").prop('checked', false);
$("#desglosPisosCases").show();
$("#desglosLocalsOficines").hide();
$("#desglosNausIndustrials").hide();
$("#desglosSolarsParceles").hide();
$("#desglosParquings").hide();
$("#titolOrdreHabitacions").show();
$("#selectOrdreHabitacions").show();
visDestacats(3);
tornaTipusPC();
$.post("<?php echo URL.'includes/inc_getPoblacions.php'?>", {prm:prmTipus}, function(data){$("#selectCiutatPC").html(data);});
refrescaDetall(0);
}
else
$("#desglosPisosCases").hide();
netejaDetall();
});
$(".subIndexPC").on('change', function() {
tornaTipusPC();
$.post("<?php echo URL.'includes/inc_getPoblacions.php'?>", {prm:prmTipus}, function(data){$("#selectCiutatPC").html(data);});
refrescaDetall(0);
});
$(".selectOrdre").change(function() {
prmOrdre = $(this).prop("id");
prmDireccio = $(this).val();
prmDireccio = prmDireccio.substr(-1);
netejaSelectOrdre("#" + prmOrdre);
$(this).css("width", "130px");
prmOrdre = prmOrdre.replace("selectOrdre", "");
$.post("<?php echo URL.'includes/inc_getImmobles.php'?>", {prm:op+"-"+ob+"-"+prmTipus+"-"+prmCiutat+"-"+prmPreu+"-"+prmHabitacions+"-"+prmMetres+"-"+prmOrdre+"-"+prmDireccio+"-"+prmBarris}, function(data){
visualitza(data);
})
});
$("#selLocalsOficines").on('change', function(){
if (this.checked) {
$("#selPisosCases").prop('checked', false);
$("#selNausIndustrials").prop('checked', false);
$("#selSolarsParceles").prop('checked', false);
$("#selParquings").prop('checked', false);
$("#selOportunitatsBancaries").prop('checked', false);
$("#desglosPisosCases").hide();
$("#desglosLocalsOficines").show();
$("#desglosNausIndustrials").hide();
$("#desglosSolarsParceles").hide();
$("#desglosParquings").hide();
$("#titolOrdreHabitacions").hide();
$("#selectOrdreHabitacions").hide();
visDestacats(7);
tornaTipusLO();
$.post("<?php echo URL.'includes/inc_getPoblacions.php'?>", {prm:prmTipus}, function(data){$("#selectCiutatLO").html(data);});
refrescaDetall(1);
}
else
$("#desglosLocalsOficines").hide();
netejaDetall();
});
$(".subIndexLO").on('change', function() {
tornaTipusLO();
$.post("<?php echo URL.'includes/inc_getPoblacions.php'?>", {prm:prmTipus}, function(data){$("#selectCiutatLO").html(data);});
refrescaDetall(1);
});
$("#selNausIndustrials").on('change', function(){
if (this.checked) {
$("#selPisosCases").prop('checked', false);
$("#selLocalsOficines").prop('checked', false);
$("#selSolarsParceles").prop('checked', false);
$("#selParquings").prop('checked', false);
$("#selOportunitatsBancaries").prop('checked', false);
$("#desglosPisosCases").hide();
$("#desglosLocalsOficines").hide();
$("#desglosNausIndustrials").show();
$("#desglosSolarsParceles").hide();
$("#desglosParquings").hide();
$("#titolOrdreHabitacions").hide();
$("#selectOrdreHabitacions").hide();
visDestacats(6);
$.post("<?php echo URL.'includes/inc_getPoblacions.php'?>", {prm:"6"}, function(data){$("#selectCiutatNI").html(data);});
}
else
$("#desglosNausIndustrials").hide();
netejaDetall();
});
$("#selSolarsParceles").on('change', function(){
if (this.checked) {
$("#selPisosCases").prop('checked', false);
$("#selLocalsOficines").prop('checked', false);
$("#selNausIndustrials").prop('checked', false);
$("#selParquings").prop('checked', false);
$("#selOportunitatsBancaries").prop('checked', false);
$("#desglosPisosCases").hide();
$("#desglosLocalsOficines").hide();
$("#desglosNausIndustrials").hide();
$("#desglosSolarsParceles").show();
$("#desglosParquings").hide();
$("#titolOrdreHabitacions").hide();
$("#selectOrdreHabitacions").hide();
visDestacats(8);
tornaTipusSP();
$.post("<?php echo URL.'includes/inc_getPoblacions.php'?>", {prm:prmTipus}, function(data){$("#selectCiutatSP").html(data);});
refrescaDetall(3);
}
else
$("#desglosSolarsParceles").hide();
netejaDetall();
});
$(".subIndexSP").on('change', function() {
tornaTipusSP();
$.post("<?php echo URL.'includes/inc_getPoblacions.php'?>", {prm:prmTipus}, function(data){$("#selectCiutatSP").html(data);});
refrescaDetall(2);
});
$("#selParquings").on('change', function(){
if (this.checked) {
$("#selPisosCases").prop('checked', false);
$("#selLocalsOficines").prop('checked', false);
$("#selNausIndustrials").prop('checked', false);
$("#selSolarsParceles").prop('checked', false);
$("#selOportunitatsBancaries").prop('checked', false);
$("#desglosPisosCases").hide();
$("#desglosLocalsOficines").hide();
$("#desglosNausIndustrials").hide();
$("#desglosSolarsParceles").hide();
$("#desglosParquings").show();
$("#titolOrdreHabitacions").hide();
$("#selectOrdreHabitacions").hide();
visDestacats(5);
$.post("<?php echo URL.'includes/inc_getPoblacions.php'?>", {prm:"8"}, function(data){$("#selectCiutatPQ").html(data);});
}
else
$("#desglosParquings").hide();
netejaDetall();
});