Warning: Undefined array key "night" in /www/wwwroot/dhaomu.com/wp-content/themes/b2/header.php on line 18

织梦教程DedeCMS系统实现键盘左、右方向键翻页的方法

dedecms教程织梦实现键盘左、右方向键翻页的方法!织梦教程DedeCMS系统实现键盘左、右方向键翻页的方法

复制js代码到内容页和列表页织梦模板中

$(document).ready(function(){  
    var prevpage=$("#pre").attr("href");  
    var nextpage=$("#next").attr("href");  
    $("body").keydown(function(event){  
      if(event.keyCode==37 && prevpage!=undefined) location=prevpage;  
      if(event.keyCode==39 && nextpage!=undefined) location=nextpage;  
        
    });  
 });  

内容页调用代码修改

打开 include/arc.archives.class.php 文件

找到

$this->PreNext['pre'] = "上一篇:<a href='$mlink'>{$preRow['title']}</a> ";

修改为

$this->PreNext['pre'] = "上一篇:<a id='pre' href='$mlink'>{$preRow['title']}</a> ";

找到

$this->PreNext['next'] = "下一篇:<a href='$mlink'>{$nextRow['title']}</a> ";

修改为

$this->PreNext['next'] = "下一篇:<a id='next' href='$mlink'>{$nextRow['title']}</a> ";

列表页调用代码修改

打开 include/arc.listview.class.php 文件

找到

$prepage.="<a href='".$purl."PageNo=$prepagenum'>上一页</a>\r\n";

修改为

$prepage.="<a id='pre' href='".$purl."PageNo=$prepagenum'>上一页</a>\r\n";

找到

$nextpage.="<a href='".$purl."PageNo=$nextpagenum'>下一页</a>\r\n";

修改为

$nextpage.="<a id='next' href='".$purl."PageNo=$nextpagenum'>下一页</a>\r\n";
温馨提示:
1.本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:duhaomu@163.com,我们将第一时间处理!
2.资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持。
3.所有资源仅限于参考和学习,版权归原作者所有,更多请阅读网站声明

给TA赞赏
共{{data.count}}人
人已赞赏
编程技巧

Regex技术ip正则匹配

2023-10-29 0:00:00

编程技巧

织梦教程dede:channelartlist调用排除指定typeid栏目数据的方法

2023-10-31 0:00:00

0 条回复 A文章作者 M管理员

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914
----《》
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索