pjax(InstantClick)常用的重载函数

2023-04-17 17:37:40 浏览数 (1)

pjax(InstantClick)一般需要重载的函数,希望这篇文章能让大家少浪费点时间

多说评论

代码语言:javascript复制
if (typeof DUOSHUO !== 'undefined'){
DUOSHUO.EmbedThread('.ds-thread');} /

跟贴

代码语言:javascript复制
if (typeof Tie !== 'undefined') {
                        Tie.loader("", true);
            }

畅言(代码来自http://www.neurallinker.com/94.misaka)

代码语言:javascript复制
if($("#SOHUCS").length==1){
window.changyan = undefined;window.cyan = undefined;
$.getScript("https://changyan.sohu.com/upload/changyan.js", function(){window.changyan.api.config({appid: "你的appid参数",conf: "你的conf参数"});});
}

百度统计

代码语言:javascript复制
 if (typeof _hmt !== 'undefined'){
      _hmt.push(['_trackPageview', location.pathname   location.search]);
}  

谷歌统计

代码语言:javascript复制
if (typeof ga !== 'undefined'){
        ga('send', 'pageview', location.pathname   location.search);
} 

piwik统计

代码语言:javascript复制
 _paq.push(['setDocumentTitle', document.title]);
    _paq.push(['trackPageView']);

SynatxHighlighter

代码语言:javascript复制
 SyntaxHighlighter.highlight();

google code prettify

代码语言:javascript复制
   if (typeof prettyPrint !== 'undefined'){
      prettyPrint();
} 

MathJax

代码语言:javascript复制
if (isInitialLoad === false) {
    if (typeof MathJax !== 'undefined'){
      MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
} 

Prism.js语法高亮

代码语言:javascript复制
 if (typeof Prism !== 'undefined') {
Prism.highlightAll(true,null);}

如果有问题,可以参考《instantclick兼容Prismjs插件》

欢迎补充

0 人点赞