使用 JQuery 定位手风琴菜单

发布于 2024-11-08 03:02:49 字数 302 浏览 0 评论 0原文

我想在我的网页中实现一个手风琴菜单。我知道 jQuery 有许多有用的方法,例如 toggle()slideDown(),但据我了解,所有这些方法都使用 display:hidden CSS 规则并导致元素被隐藏。因此,搜索引擎蜘蛛无法看到它们,并且页面的某些数据也不会被它们读取。

我看到一些设计师使用 position 属性将这些元素放置在页面视图框架之外并显示刚刚更改此属性,但我不知道如何应用一些效果,例如滑动到它们。

你能给我一些方法吗?

I want to implement an accordion menu in my web page. I know jQuery has many useful methods like toggle() and slideDown(), but as I understand all of these methods use the display:hidden CSS rule and cause the element to get hidden. Because of this, search engine spiders can't see them and some data of page will not be read by them.

I see that some designers use the position property to put these elements outside the view frame of page and to show the just change this property, but I don't know how to apply some effect like sliding to them.

Would you give me some approaches?

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

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

发布评论

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

评论(1

相权↑美人 2024-11-15 03:02:50

名为 JQuery UI 的用户界面库有一个名为 Accordion 的 UI 控件: http://jqueryui.com/demos/accordion/< /a>

User interface library called JQuery UI has a UI control called accordion: http://jqueryui.com/demos/accordion/

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