منتديات التطوير و الاشهار
 كود [ jQuery ]تغيير ازرار لوحة الكتابة 15KrP
منتديات التطوير و الاشهار
 كود [ jQuery ]تغيير ازرار لوحة الكتابة 15KrP
منتديات التطوير و الاشهار
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

منتديات التطوير و الاشهار

منتديات التطوير و الاشهار
 
الرئيسيةالرئيسية  البوابةالبوابة  أحدث الصورأحدث الصور  التسجيلالتسجيل  دخولدخول  

 

  كود [ jQuery ]تغيير ازرار لوحة الكتابة

اذهب الى الأسفل 
4 مشترك
كاتب الموضوعرسالة
chamil
‎عضو ‎نشـيط
‎عضو ‎نشـيط
chamil


ذكر
عدد المساهمات : 356
نقاط نشاط : 1048
السٌّمعَة : 0
العمر : 29

 كود [ jQuery ]تغيير ازرار لوحة الكتابة Empty
مُساهمةموضوع: كود [ jQuery ]تغيير ازرار لوحة الكتابة    كود [ jQuery ]تغيير ازرار لوحة الكتابة Emptyالخميس يناير 31, 2013 1:44 pm

كود [ jQuery ]تغيير ازرار لوحة الكتابة
صورة للكود



 كود [ jQuery ]تغيير ازرار لوحة الكتابة Z10

الكود




الرمز:

jQuery(document).ready(function() { jQuery('button img').each(function()



{ if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/text_bold.png') jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/bold10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/text_italic.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/italic10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/text_underline.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/underl10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/text_strikethrough.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/strike10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/text_align_center.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/align_10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/text_align_left.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/align_11.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/text_align_right.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/align_12.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/page_white_code.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/code10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/i/smiles/icon_smile.gif')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/emotic10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/color_swatch.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/font_c11.png');



if(jQuery(this).attr('src') == 'https://2img.net/i/fa/wysiwyg/help.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/help10.png');



if(jQuery(this).attr('src') == 'https://2img.net/i/fa/wysiwyg/link.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/link10.png');



if(jQuery(this).attr('src') == 'https://2img.net/i/fa/wysiwyg/film.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/media10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/text_list_numbers.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/ordere10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/picture.png') jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/pictur10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/comments.png') jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/quote10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/i/switch_wysiwyg.gif') jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/remove12.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/text_list_bullets.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/unorde10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/text_align_justify.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/align_13.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/text_horizontalrule.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/text_h10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/table.png') jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/table10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/picture_save.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/pictur11.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/page_white_flash.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/page_w10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/style.png') jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/size10.png');



if(jQuery(this).attr('src') == 'https://2img.net/i/fa/wysiwyg/font.png')



jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/fon10.png');



if(jQuery(this).attr('src') ==



'https://2img.net/i/fa/wysiwyg/separator.png') jQuery(this).attr('src',



'https://i.servimg.com/u/f26/12/56/56/12/separa10.png'); }); })
الرجوع الى أعلى الصفحة اذهب الى الأسفل
koolsheaa
‎عضو ‎نشـيط
‎عضو ‎نشـيط
koolsheaa


ذكر
عدد المساهمات : 268
نقاط نشاط : 280
السٌّمعَة : 0
العمر : 33

 كود [ jQuery ]تغيير ازرار لوحة الكتابة Empty
مُساهمةموضوع: رد: كود [ jQuery ]تغيير ازرار لوحة الكتابة    كود [ jQuery ]تغيير ازرار لوحة الكتابة Emptyالأحد فبراير 10, 2013 2:39 pm

شكرا على الموضوع الرائع
الرجوع الى أعلى الصفحة اذهب الى الأسفل
ديغو ميليتو
أشراف عـــام الدردشة
أشراف عـــام الدردشة
ديغو ميليتو


ذكر
عدد المساهمات : 1132
نقاط نشاط : 1135
السٌّمعَة : 1
العمر : 30

 كود [ jQuery ]تغيير ازرار لوحة الكتابة Empty
مُساهمةموضوع: رد: كود [ jQuery ]تغيير ازرار لوحة الكتابة    كود [ jQuery ]تغيير ازرار لوحة الكتابة Emptyالجمعة يونيو 21, 2013 5:47 pm

موضوع رائع وجميل جدا مشكور على الكود وبالتوفيق لك
الرجوع الى أعلى الصفحة اذهب الى الأسفل
houdanada
‎عضو ‎نشـيط
‎عضو ‎نشـيط
houdanada


انثى
عدد المساهمات : 3997
نقاط نشاط : 4153
السٌّمعَة : 0
العمر : 27

 كود [ jQuery ]تغيير ازرار لوحة الكتابة Empty
مُساهمةموضوع: رد: كود [ jQuery ]تغيير ازرار لوحة الكتابة    كود [ jQuery ]تغيير ازرار لوحة الكتابة Emptyالسبت سبتمبر 28, 2013 12:40 am

تحياتي
الرجوع الى أعلى الصفحة اذهب الى الأسفل
 
كود [ jQuery ]تغيير ازرار لوحة الكتابة
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
» كود [ jQuery ]تغيير ازرار لوحة الكتابة
» كود جميل لتغييز ازرار لوحة الكتابة
» كود jQuery [ تأثير الماوس على الصور ** اشعاع ** ]
» ازرار الرجالي
» استايل Smooth للـ VB4.2. ، تصميم جديد بالـ CSS 3, jQuery

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتديات التطوير و الاشهار :: تطویر منتدیات احلی منتدی :: أكواد HTML-
انتقل الى: