如何实现面包屑导航?
我不知道这个功能是否显示用户访问过的页面列表并链接它们,看起来像:首页>新闻动态> LogIn... 有或没有特定的名称,但我不知道如何在我的网站中实现它。任何帮助将不胜感激。谢谢。
I don't know if this feature that shows list of pages that user has visited and also links them and looks like: Home> News> LogIn... has a particular name or not, but I don't have any idea about implementing it in my website. any help would be appreciated. thnx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常面包屑不会用 jquery 实现。
面包屑不会随着页面自身上的任何操作而改变,因此它主要使用服务器端脚本语言创建。
我不确定你是否使用 php 还是 .net,但我会在那里创建面包屑。
我知道 zend 框架有一个非常好的基于导航 xml 的面包屑生成。
尝试在谷歌上搜索 breadcrump php 或 breadcrump .net。
Typically breadcrumps wouldnt be implemented with jquery.
Breadcrumbs do not change with any action on a page self so its mostly created using the serverside script language.
Im not sure if u use php or .net, but i would look there to create breadcrumbs.
I know zend framework has a very good breadcrump generation based on an navigation xml.
Try googling for breadcrump php or breadcrump .net.