Book On Creed PDF

This book explains the fundamental aspects of the Islamic Creed according to the Quran and Sunnah ad the way of the righteous ancestors of Muslims, As-Salaf As-Sali`h. The author is one of the Hanbali scholars who upheld the creed of Imam Ahmad in the fundamentals just as they followed Ahmad’s school of thought regarding the [jurisprudence] branches of the religion. The author identified his creed in this book with the creed of the Salaf, which indicates the author’s upholding the methodology of Ahl As-Sunnah in creed and belief and his knowledge in the creeds of the sects and the innovators.

$3.99

Book On Creed PDF

Category Tag

Description

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

document.addEventListener('DOMContentLoaded', function () { console.log('📚 Ebook Button Handler Loaded'); document.querySelectorAll('.open-book-popup').forEach(function (btn, i) { btn.addEventListener('click', function (e) { e.preventDefault(); console.log(`🟩 Clicked Ebook Button #${i + 1}`, btn); const container = btn.closest('.elementor-container, .elementor-widget'); if (!container) return console.warn('❌ No container found for this button.'); const bookEl = container.querySelector('[data-book]'); const popupEl = container.querySelector('[data-popup-id]'); const bookTitle = bookEl?.getAttribute('data-book') || ''; const popupId = popupEl?.getAttribute('data-popup-id') || ''; const input = document.querySelector('input[name="book_title"]'); console.log('📖 Book Title:', bookTitle); console.log('🆔 Popup ID:', popupId); console.log('📩 Hidden Input:', input); if (input && bookTitle) { input.value = bookTitle; console.log('✅ Set hidden field to:', bookTitle); } else { console.warn('⚠️ Missing input or book title'); } if (typeof JetPopup !== 'undefined' && popupId) { console.log('🚀 Triggering JetPopup ID:', popupId); JetPopup.showPopup(parseInt(popupId)); } else { console.warn('❌ JetPopup not available or popup ID missing'); } }); }); });