ما هو آخر عمر لاستخدام حزام اعوجاج العمود الفقري؟ لتحقيق أفضل النتائج يُعدّ حزام اعوجاج العمود الفقري أحد أهم وسائل العلاج غير الجراحي للأطفال والمراهقين الذين يعانون من الانحناء بدرجات خفيفة إلى متوسطة. ومع
document.addEventListener('DOMContentLoaded', function () {document.querySelectorAll('.search-button').forEach(function(btn) {
if (!btn.getAttribute('aria-label')) {
btn.setAttribute('aria-label', 'بحث');
btn.setAttribute('title', 'بحث');
}
});document.querySelectorAll('.mobile-nav-toggle').forEach(function(btn) {
if (!btn.getAttribute('aria-label')) {
btn.setAttribute('aria-label', 'فتح القائمة');
btn.setAttribute('title', 'فتح القائمة');
}
});document.querySelectorAll('a.search-icon').forEach(function(link) {
if (!link.getAttribute('aria-label')) {
link.setAttribute('aria-label', 'فتح البحث');
link.setAttribute('title', 'فتح البحث');
}
});document.querySelectorAll('a.side_menu_icon, #side-menu-icon').forEach(function(link) {
if (!link.getAttribute('aria-label')) {
link.setAttribute('aria-label', 'فتح القائمة الجانبية');
link.setAttribute('title', 'فتح القائمة الجانبية');
}
});document.querySelectorAll('.rpthumb a').forEach(function(link) {
if (!link.getAttribute('aria-label')) {
var post = link.closest('.rpost');
var titleEl = post ? post.querySelector('.post-title, .rptt, h3, h4, h5, a[title]') : null;
var titleText = titleEl ? titleEl.textContent.trim() : 'عرض المقال';
link.setAttribute('aria-label', titleText);
link.setAttribute('title', titleText);
}
});document.querySelectorAll('.elementor-swiper-button-prev').forEach(function(btn) {
btn.setAttribute('aria-label', 'الصورة السابقة');
btn.setAttribute('title', 'الصورة السابقة');
btn.setAttribute('tabindex', '0');
});document.querySelectorAll('.elementor-swiper-button-next').forEach(function(btn) {
btn.setAttribute('aria-label', 'الصورة التالية');
btn.setAttribute('title', 'الصورة التالية');
btn.setAttribute('tabindex', '0');
});
});document.addEventListener('DOMContentLoaded', function () {
var heroImage = document.querySelector('img[alt*="Alrowad Center - مركز الروّاد"], img[alt*="مركز الرواد"], .elementor-widget img[alt*="Alrowad Center"]');if (heroImage) {
heroImage.setAttribute('fetchpriority', 'high');
heroImage.setAttribute('loading', 'eager');
heroImage.removeAttribute('data-lazyloaded');if (heroImage.dataset && heroImage.dataset.src) {
heroImage.setAttribute('src', heroImage.dataset.src);
}
}
});document.addEventListener('DOMContentLoaded', function () {
var mainEl =
document.querySelector('main') ||
document.querySelector('.site-content') ||
document.querySelector('.elementor-location-single') ||
document.querySelector('[data-elementor-type="wp-page"]');if (mainEl && !mainEl.getAttribute('role')) {
mainEl.setAttribute('role', 'main');
}
});