1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | var agoComment = [ { "id" :1, "userName" : "游客1" , "time" : "2014-04-04" , "sortID" :0, "content" : "第一条评论" }, { "id" :2, "userName" : "游客2" , "time" : "2014-04-04" , "sortID" :0, "content" : "第二条评论" }, { "id" :3, "userName" : "站长" , "time" : "2014-04-04" , "sortID" :1, "content" : "第一条评论的回复" }, { "id" :4, "userName" : "站长" , "time" : "2014-04-04" , "sortID" :2, "content" : "第二条评论的回复" }, { "id" :5, "userName" : "游客3" , "time" : "2014-04-04" , "sortID" :0, "content" : "第三条评论" }, { "id" :6, "userName" : "游客2" , "time" : "2014-04-04" , "sortID" :4, "content" : "第二条评论的回复的回复" }, ]; $( "#articleComment" ).zyComment({ "width" : "355" , "height" : "33" , "agoComment" :agoComment, "callback" : function (comment){ console.info( "填写内容返回值:" ); console.info(comment); // 添加新的评论 $( "#articleComment" ).zyComment( "setCommentAfter" ,{ "id" :123, "name" : "name" , "content" : "content" , "time" : "2014-04-14" }); } }); |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com