var TOPHTML = '
' + '
'; function action(lx_qq, lx_ewm) { $(document.body).append(TOPHTML); $(".youce .yc2").attr("href", lx_qq); $(".youce .yc_weixin img").attr("src", lx_ewm); $("#roll_top").click(function () { $("html,body").animate({ scrollTop: "0px" }, 800) }); $("#ct").click(function () { $("html,body").animate({ scrollTop: $(".ct").offset().top }, 800) }); $(window).scroll(function (a) { if ($.browser.ie6) { $("#roll").css("top", $(this).scrollTop() + $(this).height() - 170) } if ($(this).scrollTop() > 260) { $("#roll").fadeIn() } else { $("#roll").fadeOut() } }) }; $(function () { if (typeof (SID) != "undefined") { if (SID) { var div = $("div.leib2:first"); if (SID.length < 10) {//一级分类 } div.find("h3[sid='" + SID + "'],li[sid='" + SID + "']").addClass("cur"); } } });