');
// Iterate through each input and span pair
for (var i = 0; i < $inputs.length && i < $spans.length; i++) {
// Create a new div element for each pair
var $newDiv = $('
');
// Wrap the current input and span pair in the new div
$($inputs[i]).add($spans[i]).wrapAll($newDiv);
}
var $newdivs = $('.answer')
$newdivs.wrapAll($parentDiv)
for (var i = 0; i < $inputs.length && i < $spans1.length; i++) {
// Create a new div element for each pair
var $newDiv = $('
');
// Wrap the current input and span pair in the new div
$($inputs[i]).add($spans1[i]).wrapAll($newDiv);
}
var $newdivs = $('.answer')
$newdivs.wrapAll($parentDiv)
//$('.parent-wrapper').css('margin-right','7.5px')
});
$(document).ready(function () {
$("#finishForm .textTitle")[0].innerText = "סיום";
$("#page2").insertBefore(".btnsDiv");
$("div[fieldid='Year'] div.textBox input").val("2024");
$("div[fieldid='Year101'] div.textBox input").val("2024");
$("[fieldid='MoneyAmount'] .textBox input").on("blur", function() {
var input = $("[fieldid='MoneyAmount'] .textBox input").val().replace(",", "");
if ((input * 1) > 7522) {
$("#finishForm").hide();
setTimeout(function() {
$("[fieldid='MoneyAmount'] .validError").html("יש להזין ערך הקטן מ7522 שח בלבד!")
}, 100);
}
else {
$("#finishForm").show();
$("[fieldid='MoneyAmount'] .validError").text("");
}
});
});