settimeout(function(){ var urlstr = location.href; var a = urlstr.lastindexof('html') var b = urlstr.substr(0,a+4) var c =b.lastindexof('/') var d =b.substr(c+1) var abc = $("#list a") $("#list a").each(function(){ if(this.href.indexof(d)>-1){ console.log(this.parentnode) var a =this.parentnode if(a.classname=='nav_title_erji'){ this.classlist.add('nav_title_erji_avtive') this.parentnode.parentnode.classlist.add('nav_title_yiji_avtive') }else{ this.parentnode.classlist.add('nav_title_yiji_avtive') } } }) },100) var newimg; var clienth=$(window).height(); var clientw=$(window).width(); var w = '880'; var h = '600'; $(document).ready(function(){ $(".comment_pics").bind("click", function(){ newimg = $(this)[0].src; $("body").append('
'); $(".fillbg").addclass("fillbg-active"); $('.bgimg').css({'width': w+"px",'height': h+"px",'top':(clienth-h)/2+"px",'left':(clientw-w)/2+"px",'z-index':1101}); $('.bgimg').attr("src",newimg); }); $(".bgimg").bind("click", function(){ $(".fill-input").removeclass("fill-input-active"); settimeout(function(){ $(".fillbg-active").removeclass("fillbg-active"); $(".fillbg").remove(); },300); $('.bgimg').css({'width': '0px','height': '0px'}); $('.bgimg').attr("src",''); }); }); function getdate(type) { var date = new date(type*1000); //时间戳为10位需*1000,时间戳为13位的话不需乘1000 var y = date.getfullyear(); var m = (date.getmonth() + 1 < 10 ? '0' + (date.getmonth() + 1) : date.getmonth() + 1); var d = date.getdate() < 10 ? '0' + date.getdate(): date.getdate(); var h = date.gethours() < 10 ? '0' + date.gethours() : date.gethours(); var m = date.getminutes() < 10 ? '0' + date.getminutes(): date.getminutes(); var s = date.getseconds() < 10 ? '0' + date.getseconds() : date.getseconds(); return y+"年"+m+"月"+d+"日"; }