为什么不能用jQuery隐藏块?

时间:2020-05-30 作者:Ooker

这似乎是一个微不足道的CSS问题,应该继续问下去,但我认为这里有很多微妙之处,最好在这里问

我向块中添加了一个CSS类,并使用jQuery将其隐藏。这很简单,但不起作用。我如何调试它?

<script>$("hidetab").css("display", "none");</script>

1 个回复
SO网友:Welcher

您的jQuery选择器似乎不正确。

尝试<script>$(".hidetab").css("display", "none");</script>

相关推荐

无法将Elementor字体出列强大的CSS

我正在使用下面相同的代码对许多其他样式进行排队,但它不适用于Elementor和其他一些样式。function enqueue_content(){ wp_dequeue_style( \'elementor-icons-shared-0\' ); wp_dequeue_style( \'elementor-icons-fa-solid\' ); wp_dequeue_style( \'elementor-icons-fa-regular\' ); add_ac