Voitures occasion

Filtrer ma recherche

  • Effacer la recherche

Il y a 722 véhicule(s).
23
VOLKSWAGEN Polo 1.0 TSI 95 S&S BVM5 38105 km 2022 15 990 €
18
VOLKSWAGEN GOLF A8 EHYBRID 204 CH DSG6 STYLE 6797 km 36 990 €
9 / 9

Un crédit vous engage et doit être remboursé. Vérifiez vos capacités de remboursement avant de vous engager.

#SeDéplacerMoinsPolluer : Pensez à covoiturer !

<script>
    function accordionDirectory() {

        //specify your class/element targeting based on where your filters exist
        jQuery(".filter h4").wrap("<a class='accordion-title' href='#''></a>");
        jQuery(".filter ul li ul").addClass("accordion-list");
        jQuery(".filter .sf-meta-range").addClass("accordion-list");

        var allPanels = jQuery('.accordion-list').hide();

        //again make sure your class/element targeting is based on where your filters exist, should match above
        jQuery('.filter .accordion-title').click(function () {
//             event.preventDefault();
            allPanels.slideUp();
            jQuery(this).next().slideDown();
            return false;
        });

    }

    //run the function above upon first load
    accordionDirectory();

    //the var and click function below establishes the active accordion item so it opens upon refresh
    var last_open_tab = "";

    jQuery('.accordion-title').on("click", ".accordion-list", function () {
        last_open_tab = jQuery(this).parent().attr("class");
    });

    //run function upon the ajax refresh
    (function (jQuery) {
        "use strict";
        jQuery(document).on("sf:ajaxfinish", ".searchandfilter", function () {
            accordionDirectory();
            if (last_open_tab != "") {
                jQuery("." + last_open_tab + " " + "a").next().show();
            }
        });
    }(jQuery));
</script>