$(function(){ var
thisId = window.location.hash; if(thisId !=
"" && thisId != undefined){ $(thisId).addClass("uw3c"); }})
$(function(){
var thisId = window.location.hash;if(thisId != "" && thisId != undefined){
$('.along-page .href-text').text($(thisId).text());
}
$('.footer-nav li a').click(function(){
$('.along-page .href-text').text($(this).text());
});
})
2258

被折叠的 条评论
为什么被折叠?



