ExpressionEngine实时评论预览
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ExpressionEngine实时评论预览相关的知识,希望对你有一定的参考价值。
// Live Comment Preview jQuery function $(function() { $('#comment').one('focus',function() { }); var $comment = ''; $('#comment').keyup(function() { $comment = $(this).val(); $comment = $comment.replace(/ /g, "<br />").replace(/ +/g, '<br ><br />').replace(/(</?)script/g,"$1noscript"); }); }); <div class="comment-preview"> <h3>My Comment Preview</h3> <p class="live-preview">placeholder text</p> </div>
以上是关于ExpressionEngine实时评论预览的主要内容,如果未能解决你的问题,请参考以下文章
Expressionengine 上一个 下一个 仅显示 1 个类别
ini 扩展ExpressionEngine .htaccess / apache conf