مريم المديرة
عدد المساهمات : 356 نقاطي بالبنكـ~ : 457 السمعة : 12 تاريخ التسجيل : 22/06/2012 العمر : 24 المزاج : loooooooooooooool
| موضوع: كود زخرفه الردود والمشاركات يعمل ومطبق فى المنتدى الأحد يوليو 15, 2012 7:22 pm | |
| آلگود [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة] آلرمز: | var censorship = [ ["text", /گ/g, "گ"], ["text", /آ/g, "آ"], ["text", /پ/g, "پ"], ["text", /چ/g, "چ"] ]; function censorNode(a) { if(a.nodeType == 3) { for(var b in censorship) { if(censorship[0] === "text") { a.nodeValue = a.nodeValue.replace(censorship[b][1], censorship[b][2]) } } }else { if(a.nodeType == 1) { for(b in censorship) { a.hasAttribute(censorship[b][0]) && a.setAttribute(censorship[b][0], a.getAttribute(censorship[b][0]).replace(censorship[b][1], censorship[b][2])) } } if(a.hasChildNodes()) { a = a.childNodes; for(b = 0;b < a.length;b++) { censorNode(a[b]) } } } } $(function() { $("div.postbody div" + ($("body#phpbb").length ? ".content div" : $("#ipbwrapper").length ? ".post-entry div:not(.clear)" : $("#pun-foot").length ? ".entry-content div div:not(.clear)" : "")).each(function() { censorNode(this); for(var a in censorship) { censorship[a][0] === "html" && censorship[a][1].test($(this).html()) && $(this).html($(this).html().replace(censorship[a][1], censorship[a][2])) } }) }); |
[b]
يوضع فى في صفحة گود Javascriptمنقول للافادة | |
|
الملكة عضوه جديده
عدد المساهمات : 5 نقاطي بالبنكـ~ : 9 السمعة : 0 تاريخ التسجيل : 28/07/2012 المزاج : عادى
| موضوع: رد: كود زخرفه الردود والمشاركات يعمل ومطبق فى المنتدى السبت أغسطس 11, 2012 3:49 am | |
| | |
|
مريم المديرة
عدد المساهمات : 356 نقاطي بالبنكـ~ : 457 السمعة : 12 تاريخ التسجيل : 22/06/2012 العمر : 24 المزاج : loooooooooooooool
| موضوع: رد: كود زخرفه الردود والمشاركات يعمل ومطبق فى المنتدى الثلاثاء يونيو 11, 2013 1:44 am | |
| | |
|