jQuery(document).ready(function() { jQuery('button img').each(function() { if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/text_bold.png') jQuery(this).attr('src', 'http://cdn1.iconfinder.com/data/icons/tango/16x16/actions/format-text-bold.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/text_italic.png') jQuery(this).attr('src', 'http://cdn1.iconfinder.com/data/icons/tango/16x16/actions/format-text-italic.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/text_underline.png') jQuery(this).attr('src', 'http://cdn1.iconfinder.com/data/icons/tango/16x16/actions/format-text-underline.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/text_strikethrough.png') jQuery(this).attr('src', 'http://cdn1.iconfinder.com/data/icons/tango/16x16/actions/format-text-strikethrough.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/text_align_center.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/ledicons/text_align_center.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/text_align_left.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/ledicons/text_align_left.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/text_align_right.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/ledicons/text_align_right.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/page_white_code.png') jQuery(this).attr('src', 'http://cdn1.iconfinder.com/data/icons/oxygen/16x16/mimetypes/application-xml.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/i/smiles/icon_smile.gif') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/ledicons/emoticon_waii.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/color_swatch.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/color-fill.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/help.png') jQuery(this).attr('src', 'http://cdn1.iconfinder.com/data/icons/nuvola2/16x16/actions/help.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/link.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/ledicons/application_link.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/film.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/ledicons/media_player_small_blue.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/page_white_flash.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/ledicons/media_player_small_blue.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/picture.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/oxygen/16x16/mimetypes/image-x-photo-cd.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/comments.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/splashyIcons/comments_reply.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/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://illiweb.com/fa/wysiwyg/text_list_bullets.png') jQuery(this).attr('src', 'http://cdn1.iconfinder.com/data/icons/ledicons/text_list_bullets.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/text_align_justify.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/ledicons/text_align_justify.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/text_list_numbers.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/gnomeicontheme/16x16/stock/text/stock_list-insert-unnumbered.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/table.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/ledicons/table.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/picture_save.png') jQuery(this).attr('src', 'https://i1102.photobucket.com/albums/g453/Fojogo/Outros/RoyalArts%20-%20ETC/image-x-photo-cd.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/fa/wysiwyg/page_white_flash.png') jQuery(this).attr('src', 'http://cdn2.iconfinder.com/data/icons/ledicons/page_white_flash.png'); if(jQuery(this).attr('src') == 'https://illiweb.com/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://illiweb.com/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://i.servimg.com/u/f26/12/56/56/12/separa10.png') jQuery(this).attr('src', 'https://i.servimg.com/u/f26/12/56/56/12/separa10.png'); }); })