计算机科学与技术、网络空间安全学位评定分委员会

主 席:  袁晓洁

副主席:  刘哲理 王刚

委 员:  刘晓光  李涛  杨巨峰  杨征路  杨健  汪定  张建忠  张莹  秦勇  贾春福  程明明  翟明睿

秘 书:  周环

jQuery(document).ready(function () { jQuery(document).pjax("#pjax-content a", { "push": true, "replace": false, "timeout": 1000, "scrollTo": false, "container": "#pjax-content" }); jQuery(document).on("submit", "#pjax-content form[data-pjax]", function (event) { jQuery.pjax.submit(event, { "push": true, "replace": false, "timeout": 1000, "scrollTo": false, "container": "#pjax-content" }); }); }); $(function () { $(window).scroll(function () { if ($(window).scrollTop() >= 100) { $('.actGotop').fadeIn(300); } else { $('.actGotop').fadeOut(300); } }); $('.actGotop').click(function () { $('html,body').animate({ scrollTop: '0px' }, 800); }); $(".navbar-nav").find(".home-nav-margin").each(function () { var ts = $(this); var text = ts.find("a").text(); if (text.indexOf("首 页") >= 0) { ts.find(".caret").remove(); ts.find("a").prepend(""); }; if(text.indexOf("15选5开奖结果") >= 0){ ts.find(".caret").remove(); }; }); $(".font-no-newline").each(function () { var ts1 = $(this); if (ts1.find(".submenu").length > 0) { ts1.find(".link").append(""); } }); });