新闻为空时隐藏标题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了新闻为空时隐藏标题相关的知识,希望对你有一定的参考价值。

Hide parent element, when child element has a specific class.
In this case:
child element = .no-news-found
parent element = .csc-default (= content element containing the news plugin with header)
  1. page.jsFooterInline.10 = TEXT
  2. page.jsFooterInline.10.value (
  3. $(function() {
  4. $('.csc-default').filter(function() {
  5. return $('div', this).hasClass('no-news-found');
  6. }).hide();
  7. });
  8. )

以上是关于新闻为空时隐藏标题的主要内容,如果未能解决你的问题,请参考以下文章

当其中一个为空时隐藏 ACF 字段

angularjs中模型为空时如何隐藏下拉列表?

隐藏为空时隐藏

如何用JS判断div中内容为空,当为空时隐藏div

隐藏 iframe 中的滚动,当 IE 中的 iframe 为空时

使用 XSL-FO 在下一个兄弟为空时隐藏块