çözülmüş hali tam olarak budur umarım işinize yarar iyi çalışmalar
$("#LinkList98").each(function()
{
var k="<ul id='menu-main-nav'><li><ul class='sub-menu'>";
$("#LinkList98 li").each(function()
{
var a=$(this).text(),o=a.substr(0,1),p=a.substr(1);
"_"==o?(o=$(this).find("a").attr("href"),k+='<li><a href="'+o+'">'+p+"</a></li>"):(o=$(this).find("a").attr("href"),k+='</ul></li><li><a href="'+o+'">'+a+"</a><ul class='sub-menu'>")
}
);
k+="</ul></li></ul>";
$(this).html(k);
$("#LinkList98 ul").each(function()
{
var k=$(this);
if(k.html().replace(/\s|&nbsp;
/g,"").length==0)k.remove()
}
);
$("#LinkList98 li").each(function()
{
var k=$(this);
if(k.html().replace(/\s|&nbsp;
/g,"").length==0)k.remove()
}
)
}
);
$(document).ready(function()
{
$("#menu").show();
$("ul.sub-menu").parent("li").addClass("has-children");
$("#menu ul li").each(function()
{
$(this).hoverTimeout(0,function()
{
$(this).children("ul").slideDown()
}
,0,function()
{
$(this).children("ul").hide()
}
)
}
);
$("#search-icon").on("click",function()
{
$("#nav-search").slideToggle(250)
}
);
var c=$("#main-nav #s").val();
$("#main-nav #s").blur(function()
{
if(0===this.value.length)this.value=c
}
);
$("#main-nav #s").focus(function()
{
if(this.value===c)this.value=""
}
);
$(".index .post-outer,.archive .post-outer").each(function()
{
$(this).find(".block-image .thumb a").attr("style",function(a,b)
{
return b.replace("/default.jpg","/mqdefault.jpg")
}
).attr("style",function(a,b)
{
return b.replace("s72-c","s1600")
}
)
}
);
$(".index .post-outer,.archive .post-outer").each(function()
{
$(this).find(".block-image .thumb a").attr("style",function(a,b)
{
return b.replace("http://3.bp.blogspot.com/-Yw8BIuvwoSQ/VsjkCIMoltI/AAAAAAAAC4c/s55PW6xEKn0/s1600-r/nth.png",""+NO_IMAGE+"")
}
)
}
);
$('.PopularPosts ul li img').each(function()
{
$(this).attr('src',function(i,src)
{
return src.replace('/default.jpg','/mqdefault.jpg')
}
).attr('src',function(i,src)
{
return src.replace('s72-c','s1600')
}
)
}
);
$(".PopularPosts .item-thumbnail a").prepend('<span class="img-overlay"/>');
$(".sidebar .widget h2,.sect-left .widget h2").wrap("<div class='title-wrap'/>");
$('.avatar-image-container img').each(function()
{
$(this).attr('src',function(i,src)
{
return src.replace('//img1.blogblog.com/img/blank.gif','//4.bp.blogspot.com/-uCjYgVFIh70/VuOLn-mL7PI/AAAAAAAADUs/Kcu9wJbv790hIo83rI_s7lLW3zkLY01EA/s45-r/avatar.png')
}
).attr('src',function(i,src)
{
return src.replace('/s35','/s45')
}
)
}
);
$(".back-top").click(function()
{
if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname)
{
var a=$(this.hash);
a=a.length?a:$("[name="+this.hash.slice(1)+"]");
if(a.length)
{
$("html,body").animate(
{
scrollTop:a.offset().top
}
,1e3);
return false
}
}
}
);
$(document).ready(function()
{
$('body').addClass('img-anime')
}
);
$(window).bind('load resize scroll',function()
{
var window=$(this).height();
$('.box-image,.bf-thumb,.rcthumb,.PopularPosts img,.home .block-image .thumb a,.tc-thumb a,.related-thumb a,.PopularPosts .item-thumbnail a,.cmm-img').each(function()
{
var qudr=.1*$(this).height();
var omger=qudr-window+$(this).offset().top;
var lom=$(document).scrollTop();
if(lom>omger)
{
$(this).addClass('img-effect')
}
}
)
}
)
}
);
$(document).ready(function(a)
{
var b=a("a.newer-link");
var c=a("a.older-link");
a.get(b.attr("href"),function(c)
{
b.html("<strong>"+POSTNAV_NEXT_TEXT+"</strong><span>"+a(c).find(".post h1.post-title").text()+"</span>")
}
,"html");
a.get(c.attr("href"),function(b)
{
c.html("<strong>"+POSTNAV_PREV_TEXT+"</strong><span>"+a(b).find(".post h1.post-title").text()+"</span>")
}
,"html")
}
);
$(document).ready(function()
{
$('.Label a,.postags a,.label-head a,.box-title h2.title a,.posts-title h2.title a,.first-tag a,.carousel-tag a,.post-tag,.related-tag').each(function()
{
var ib=$(this).attr('href');
$(this).attr('href',ib+'?&max-results='+LABEL_SEARCH_NUM+'')
}
)
}
);
window.onload=function()
{
var e=document.getElementById("mycontent");
if(e==null)
{
window.location.href="http://www.themexpose.com/"
}
e.setAttribute("href","http://www.themexpose.com/");
e.setAttribute("ref","dofollow");
e.setAttribute("title","Blogger Templates");
e.innerHTML="ThemeXpose"
}