Voor welk bad wil jij een lamellendek-offerte ontvangen?

    Hoe groot is jouw bad?

    Een van onze specialisten neemt voorafgaand aan de offerte contact met je op.

    Lamellen vervangen of nieuw lamellendek

    PVC of PC

    Kies kleur PVC-lamellen

    Kies kleur PC-lamellen

    Wil je geen compleet dek maar slechts een aantal lamellen?

    Vul dan hieronder het aantal gewenste lamellen met hun lengte in.



    LET OP: Afmeting van dop tot en met dop doorgeven

    Inbouw of opbouw oprolsysteem

    Kies een oprolsysteem

    Inbouw of opbouw oprolsysteem

    Kies een oprolsysteem

    Kies een oprolsysteem

    Vul hier je gegevens in

    // jQuery code with additional radio button class in the if statement jQuery(document).ready(function($) { // Attach a change event handler to .opbouw2 radio buttons $(‘.opbouw2 input[type=”radio”]’).change(function() { // Check if a radio button is selected if ($(this).is(‘:checked’)) { // Reset the radio button selection in .inbouw1, .inbouw2, and .opbouw1 $(‘.inbouw1 input[type=”radio”], .inbouw2 input[type=”radio”], .opbouw1 input[type=”radio”]’).prop(‘checked’, false); } }); // Attach a change event handler to .opbouw1 radio buttons $(‘.opbouw1 input[type=”radio”]’).change(function() { // Check if a radio button is selected if ($(this).is(‘:checked’)) { // Reset the radio button selection in .inbouw1, .inbouw2, and .opbouw2 $(‘.inbouw1 input[type=”radio”], .inbouw2 input[type=”radio”], .opbouw2 input[type=”radio”]’).prop(‘checked’, false); } }); // Attach a change event handler to .inbouw1 radio buttons $(‘.inbouw1 input[type=”radio”]’).change(function() { // Check if a radio button is selected if ($(this).is(‘:checked’)) { // Reset the radio button selection in .opbouw1, .opbouw2, and .inbouw2 $(‘.opbouw1 input[type=”radio”], .opbouw2 input[type=”radio”], .inbouw2 input[type=”radio”]’).prop(‘checked’, false); } }); // Attach a change event handler to .inbouw2 radio buttons $(‘.inbouw2 input[type=”radio”]’).change(function() { // Check if a radio button is selected if ($(this).is(‘:checked’)) { // Reset the radio button selection in .opbouw1, .opbouw2, and .inbouw1 $(‘.opbouw1 input[type=”radio”], .opbouw2 input[type=”radio”], .inbouw1 input[type=”radio”]’).prop(‘checked’, false); } }); // Attach a change event handler to #pvcopties radio buttons $(‘#pvcopties input[type=”radio”]’).change(function() { // Check if a radio button is selected if ($(this).is(‘:checked’)) { // Reset the radio button selection in #pcopties $(‘#pcopties input[type=”radio”]’).prop(‘checked’, false); } }); // Attach a change event handler to #pcopties radio buttons $(‘#pcopties input[type=”radio”]’).change(function() { // Check if a radio button is selected if ($(this).is(‘:checked’)) { // Reset the radio button selection in #pvcopties $(‘#pvcopties input[type=”radio”]’).prop(‘checked’, false); } }); });