كود تحويل ايقونات ادوات الموضوع الى كلام لنسخة الاخيره

Mr.Google

عضو نشيط
عضو انكور
كود تحويل ايقونات ادوات الموضوع الى كلام لنسخة الاخيره

صوره عمل الكود:

Capture d’écran 2024-04-01 235657.jpg

كود:
$(window).load(function() {
$(".post-buttons").each(function() {
        $(this).find(".btn-thank a").html('شُكر');
        $(this).find(".btn-thank span").html('تم الشُكر');
        $(this).find(".btn-quote-multi span").html('اقتباس متعدد');
        $(this).find(".btn-quote a").html('اقتباس ');
        $(this).find(".btn-edit a").html('تعديل');
        $(this).find(".btn-delete a").html('حذف');
        $(this).find(".btn-ip a").html(' استعراض رقم الـIP ');
        $(this).find(".btn-report a").html('ارسال تقرير عن المساهمة');
        $(this).find(".btn-report-lock a").html('قفل تقارير المساهمة');
        $(this).find("li a[href*='/report?mode=unlock']").parent().attr('class','btn-report-unlock');
        $(this).find(".btn-report-unlock a").html('فتح تقارير المساهمة');
    });
});


وفقكم الله
 
عودة
أعلى