$(function(){ // 初始化SDAPP /*new SDAPP({ "menu":{ type:"slide" } });*/ $(".search-submit").click(function(event){ $(this).removeAttr("name"); event.preventDefault(); var val = $.trim($(".search-title").val()); if(val!==""){ $(".wp-search").find("form").submit(); }else{ alert("请输入关键词"); } return false; }); /*导航*/ /*$.fn.sudyNav = function(){}; $(".wp-menu li").hover(function() { $(this).siblings().find('.sub-menu').stop(true,true).slideUp(150) $(this).children('.sub-menu').stop(true,true).slideDown(200); $(this).addClass('hover'); }, function() { $(this).children('.sub-menu').stop(true,true).slideUp(150); $(this).removeClass('hover'); }); $(".wp-menu li").each(function(){ $(this).children(".menu-switch-arrow").appendTo($(this).children(".menu-link")); });*/ /*媒体链接*/ $(".shares li").each(function(){ $(this).children("a").hover(function(){ $(this).parent().find(".con").stop(true,true).fadeIn(); },function(){ $(this).parent().find(".con").stop(true,true).fadeOut(); }); });}); /*var exHeads = document.getElementsByTagName("head"); exHeads[exHeads.length - 1].appendChild(document.createElement("link")); var exLinks = document.getElementsByTagName("link"); exLinks[exLinks.length - 1].setAttribute("href","media.css"); exLinks[exLinks.length - 1].setAttribute("rel","stylesheet");*/