html facetwp汽车演示单选按钮

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html facetwp汽车演示单选按钮相关的知识,希望对你有一定的参考价值。

<style>
.facetwp-facet.facetwp-facet-vehicle_type {
    margin-bottom: 0;
}
.facetwp-facet-vehicle_type .facetwp-radio {
    display: inline-block;
    background: none;
    line-height: 48px;
    width: 120px;
    margin: 0;
}
.facetwp-facet-vehicle_type .facetwp-radio.checked {
    background: none;
}
.facetwp-facet-vehicle_type .facetwp-radio img {
    opacity: 0.3;
    vertical-align: top;
    width: 48px;
}
.facetwp-facet-vehicle_type .facetwp-radio.checked img {
    opacity: 1;
}
</style>

<script>
(function($) {
    $(document).on('facetwp-loaded', function() {
        var $parent = $('.facetwp-facet-vehicle_type');
        $parent.find('.facetwp-radio').each(function() {
            var $this = $(this);
            var type = $this.attr('data-value');
            var counter = $this.find('.facetwp-counter').text().replace('(', '').replace(')', '');
            $this.html('<img src="https://facetwp.com/wp-content/themes/fwp/img/icons/cars/' + type + '.svg" alt="' + type + '" /> ' + counter);
        });
    });
})(jQuery);
</script>

以上是关于html facetwp汽车演示单选按钮的主要内容,如果未能解决你的问题,请参考以下文章

html facetwp汽车演示

html facetwp汽车演示

html FacetWP股票媒体库(水平单选按钮)

php facetwp添加查看所有单选按钮

php facetwp添加查看所有单选按钮

HTML~From