使用 JQuery 定位手风琴菜单
我想在我的网页中实现一个手风琴菜单。我知道 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
名为 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/