text 使用jQuery删除WordPress中的寡妇

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 使用jQuery删除WordPress中的寡妇相关的知识,希望对你有一定的参考价值。

$('p').each(function(){
    var string = $(this).html();
    string = string.replace(/ ([^ ]*)$/,' $1');
    $(this).html(string);
});

// In Genesis, add this to the Header Scripts:

<script>

jQuery(document).ready(function($) {

  $('p').each(function(){
      var string = $(this).html();
      string = string.replace(/ ([^ ]*)$/,'&nbsp;$1');
      $(this).html(string);
  });

});

</script>

以上是关于text 使用jQuery删除WordPress中的寡妇的主要内容,如果未能解决你的问题,请参考以下文章

Jquery有条件地加载到wordpress页面上

如何从我的 WordPress 前端删除 jquery?

text 用于在Wordpress中删除缓存的插件

使用过滤器(或 jquery)删除 Wordpress 图像周围的锚元素

在Wordpress中使用jQuery UI对话框

在 WordPress/jQuery 中添加