http://www.dedemoban.com/DeDechajian/2013/0201/557.html
此dede_5.7星星评分插件制作于2013年2月1日! 分为两种安装模式(任选其一) 插件下载:(仅提供UTF-8版本,GBK请自行转码)
软件类型:DeDe插件 授权方式:商业软件 界面语言:简体中文 软件大小:1 MB 文件类型:*.rar 运行环境:DEDECMS_5.7GBK-UTF-版本可联系客服更换 软件等级:★★★★★ 发布时间:2013-02-01 官方网址:http://www.dedemoban.com/ 演示网址:http://www.dedemoban.com/ 下载次数: 83
DEDE模板小组-DeDeCms-dede模板-dede建站-dede教程-织梦模板-织梦教程-织梦建站-dede二次开发-织梦二次开发-织梦仿站-dede仿站
此dede_5.7星星评分插件制作于2013年2月1日!
分为两种安装模式(任选其一)
插件下载:(仅提供UTF-8版本,GBK请自行转码)
在最终页面article_article.htm的合适位置插入以下代码:
<link href="{dede:global.cfg_phpurl/}/star/css/jRating.jquery.css" rel="stylesheet" media="screen" type="text/css" /><script language="javascript" type="text/javascript" src="{dede:global.cfg_cmsurl/}/include/dedeajax2.js"></script><script type="text/javascript" src="{dede:global.cfg_phpurl/}/star/js/jquery.js"></script><script type="text/javascript" src="{dede:global.cfg_phpurl/}/star/js/jRating.jquery.js"></script><script type="text/javascript" src="{dede:global.cfg_phpurl/}/star/js/jNotify.jquery.js"></script><script type="text/javascript">$(document).ready(function(){$('.star').jRating({step:true,length :5, //星星数canRateAgain : true,nbRates : 3,showRateInfo:false, //鼠标悬停提示开关onSuccess : function(){jSuccess('感谢您的评价',{HorizontalPosition:'center',VerticalPosition:'top'}); }, //自定义发布提示});});var options = { bigStarsPath : '{dede:global.cfg_phpurl/}/star/css/icons/stars.png', //星星
图片路径phpPath : '{dede:global.cfg_phpurl/}/jRating.php', //接收脚本type : 'big', }; function getstar(aid){var taget_obj = document.getElementById('star');var aid = '{dede:field.id/}';myajax = new DedeAjax(taget_obj,false,false,'','','');myajax.SendGet2("{dede:global.cfg_phpurl/}/star_ajax.php?id="+aid); //调取评分部分}</script><div class="show_star"> <div class="star" data-average="10" data-id="{dede:field.id/}"></div> <div id="star"></div> <script language="javascript" type="text/javascript">getstar();</script> </div>
转载请注明DEDE模板小组http://www.dedemoban.com/荣誉出品!