D
D
Denis Kuzmin2021-08-02 22:18:06
JavaScript
Denis Kuzmin, 2021-08-02 22:18:06

Why does the script not work on iPhone in safari?

Why does the script not work on iPhone in safari?

$('.ortop-input input').on('click', function () {
    var sizedata = $('.option-size .options-list input:checked').attr('data-size');
    $(this).parent().next().find("label:contains(" + "'" + " " + sizedata + "'" + ")").trigger('click');
    if ($('#yashiki-kolesa-input, #yashiki-napravl-input').is(':disabled')) {
        $('.yashiki-kolesa-value input').attr('disabled', false);
        $('.yashiki-napravl-value input').attr('disabled', false);
        $('#yashiki-kolesa-input').attr('disabled', false);
        $('#yashiki-napravl-input').attr('disabled', false);
    } else {
    }
});

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question