• poster-zka-almal-1

الزكاة

زكاتك تضعها بيد الفقراء والمساكين

المحصل

27,762 د.ك

التفاصيل

`; setFullScreenModalContent("paymentModel",template,{replaceStates:{},size:"modal-dialog-centered"}); //set addtoany links is js file loaded if(scriptExists){ a2a.init('page'); } } function copyToClipboard(el) { const textarea = document.createElement('textarea'); console.log($(el),$(el).attr('data-copy')) textarea.value = $(el).attr('data-copy'); document.querySelector('#paymentModel .modal-body').appendChild(textarea); textarea.select(); document.execCommand('copy'); document.querySelector('#paymentModel .modal-body').removeChild(textarea); var span =document.createElement('span'); span.classList.add('fa-fx07'); el.appendChild(span).innerText = 'تم النسخ'; setTimeout(() => { el.removeChild(el.lastChild); }, 3000); } function finalDonationInputKeyup(e,otherInputs,maxVal){ $(otherInputs).removeAttr('checked'); let val = e.value.replace(/[^0-9.]/g, ''); if(val.indexOf('.') != -1) { // convert val to float val = parseInt(val); } if(parseInt(val) > parseInt(maxVal) && maxVal != null ){ e.value = maxVal; }else if(parseInt(val) < parseInt(e.getAttribute('min')) && e.getAttribute('min') != null){ e.value = e.getAttribute('min'); }else{ e.value = val; } } function radioDonationValChange(e,input){ $(input).val($(e).data('val')).change(); e.checked = true; } -->
`; if(donation_type == 'default' || donation_type == 'minimum' ){ if(!(target > funded)){ is_complete = ``; } } let template = `

عنوان الحملة : ${title}

${sub_title}

${targetTable}
إنشاء حساب أو تسجيل الدخول (اختياري)
${is_complete}
`; setFullScreenModalContent("paymentModel",template,{replaceStates:{},size:"modal-lg"}) currencyChange(document.getElementById('currency')); } -->