jquery breadcrumbs trail examples or Tutorial?

Deadly 提交于 2019-12-12 00:56:11

问题


I am suppose to make a breadcrumb trail with jquery as my website has nested pages? I am unknown to breadcrumb and how it works if i want to add breadcrumbs dynamically to web pages? any help or tutorial links would help

for ex: i have homepage and products page and also each product has its specific page so when i go to product pages child my breadcrumb should show something like

Home / Product / currentpage

I want it to add dynamically to each page the user navigates


回答1:


First of all, Wikipedia has a good explanation on Breadcrumbs.

I recommend jBreadCrumb -- it's a jQuery breadcrumb plugin. And here's a list of a few more jQuery breadcrumb plugins.

Hope these helps.



来源:https://stackoverflow.com/questions/15213612/jquery-breadcrumbs-trail-examples-or-tutorial

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!