Search
Search

النقابة مختصر الوقاية في مسائل الهداية

بيانات كتاب النقابة مختصر الوقاية في مسائل الهداية

post_author

صدر الشريعة الاصغر ، عبيد الله بن مسعود

العنوان

النقابة مختصر الوقاية في مسائل الهداية

المؤلف

صدر الشريعة الاصغر ، عبيد الله بن مسعود

الرقم

6021

تاريخ النسخ

القرن الثالث عشر الهجري

عدد الأوراق

141 ق ، 11 س ؛ 24 × 14.5 سم

التاريخ المقترن باسم

747 هـ

المراجع

الاعلام 4 : 354 ، اوقاف بغداد 1 : 537

الوصف

نسخة جيده ، خطها تعليق حسن جلي ، طبع

الوصف المادي

141 ق ، 11 س ؛ 24 × 14.5 سم

الموضوع

1 – المذهب الحنفي ، فقه المذاهب الاسلامية

الإحالات

أ ـ المؤلف ، ب ـ تاريخ النسخ

رقم الصنف

217.4 / ن . ص

تعليقات

اترك تعليقاً

لن يتم نشر عنوان بريدك الإلكتروني. الحقول الإلزامية مشار إليها بـ *

اترك تعليقاً

لن يتم نشر عنوان بريدك الإلكتروني. الحقول الإلزامية مشار إليها بـ *

کتب ذات صلة

روابط التحميل

الرابط المباشر

شارک مع الآخرین :

jQuery(document).ready(function ($) { // Handle like button click $(".likebtn").on("click", function () { const likeButton = $(this); const likeCountSpan = likeButton.find(".like-count"); const postId = likeButton.data("post-id"); // Prevent multiple clicks if (likeButton.hasClass("liked")) { return; } // Optimistically update the like count const currentCount = parseInt(likeCountSpan.text()); likeCountSpan.text(currentCount + 1); // Add 'liked' class to change heart fill likeButton.addClass("liked"); // Send the AJAX request $.ajax({ url: "https://ketabpedia.com/wp-json/codecraft/v1/like", type: "POST", dataType: "json", contentType: "application/json; charset=utf-8", data: JSON.stringify({ postId: postId }), success: function () { console.log("Like successfully posted"); }, error: function () { // Revert changes if AJAX fails console.error("Failed to post like"); likeButton.removeClass("liked"); likeCountSpan.text(currentCount); // Revert the count }, }); }); });