显示 jquery 元素集合中的一些元素

发布于 2024-11-01 16:47:36 字数 135 浏览 0 评论 0原文

¡Holla 专业人士,

我有这段代码,它部分工作。根据某些条件,我想让某些列表元素可见。目前只有警报有效。我不确定是什么错误。

¡Holla pros,

I have this piece of code, which is partially working. Based on some conditions I want to make visible some of the list elements. Currently only the alert works. I`m not sure what is the error.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

定格我的天空 2024-11-08 16:47:36

您使用的 attr 错误;它的目的是更改某些 html 元素的属性。我只需将 attr 更改为 css 即可实现此功能,这是更新 css 的正确方法; 这里有工作小提琴的链接。您还可以考虑将类与 toggle 结合使用,这可以使您的代码更容易管理。

You're using attr wrong; it's meant to change an attribute of some html element. I was able to get this working by just changing attr to css, which is the correct way to update css; link to working fiddle here. You could also consider using classes combined with toggle, which can make your code easier to manage.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文