thinkphp编译下与jquery代码冲突解决

浏览:1495 发布日期:2014/05/17 分类:技术分享 关键字: sae 编译
sae报错如上,但是本地运行正常
相关本地未编译代码为if($('#topic-question').data('agree')==true){$('#topic-question .agree').addClass("acted")};

if($('#topic-question').data('disagree')==true){$('#topic-question .disagree').addClass("acted")};
而saemc中为if($('#topic-question').data('agree')==true)<?php echo ($('#topic-question ["agree')"]["addClass("acted")"]); ?>;

if($('#topic-question').data('disagree')==true)<?php echo ($('#topic-question ["disagree')"]["addClass("acted")"]); ?>;
求大神解决,急等!
最佳答案
评论( 相关
后面还有条评论,点击查看>>