序号 新闻标题 发布人 发布时间 点击数
1 高琪 2023-11-07 (0)
2 袁晓洁 2022-05-27 (0)
3 刘晓光 2022-05-27 (0)
4 张志刚 2022-05-27 (0)
5 刘哲理 2022-05-27 (0)
6 沈宝庆 2022-05-27 (0)
$().ready(function() { $("#wp_paging_w49 .pagingJump").click(function() { var pageNum = $("#wp_paging_w49 .pageNum").val(); if (pageNum === "") { alert('请输入页码!'); return; } if (isNaN(pageNum) || pageNum <= 0 || pageNum > 1) { alert('请输入正确页码!'); return; } var reg = new RegExp("/list", "g"); var url = "/13341/list.html"; window.location.href = url.replace(reg, "/list" + pageNum); }); });
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(""); } }); });