Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question