jQuery 中的 Windows 7 面包屑导航?
我发誓我以前见过这个,但是有人用 jQuery 完成了 Windows 7 面包屑功能吗?
I could have swore I have seen this before, but has anyone the Windows 7 breadcrumb feature done in jQuery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是一篇关于 jQuery 的文章类似于 Vista/Windows 7 风格的面包屑。它适用于 ASP.NET MVC,但包含可在其他地方使用的 javascript。
Here is an article on jQuery breadcrumbs that are similar to the Vista/Windows 7 style. It's for ASP.NET MVC but includes the javascript that could be used elsewhere.
看看 xbreadcrumbs 和 jBreadCrumb 可能也很有趣。
take a look at xbreadcrumbs and jBreadCrumb might be interesting too.
这篇文章有点旧......但如果它仍然有帮助,我开发了一个 jQuery 插件,它根据浏览器窗口中的可用空间折叠面包屑元素(如 Blowsie 的评论)。
因此,它的工作方式与 Windows 面包屑导航相同。至少对于这个功能来说。该插件没有下拉菜单。
这是链接: jquery-rcrumbs
This post is a bit old... but if it can still be helpful, I developed a jQuery plugin which collapses the breadcrumbs elements depending on the available space in the browser window (as explained in the Blowsie's comment).
So, it works the same way the Windows breadcrumbs does. At least for this feature. The plugin doesn't have drop down menu.
Here is the link : jquery-rcrumbs