问题
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