Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用 jquery 制作面包屑路径,因为我的网站有嵌套页面?如果我想将面包屑动态添加到网页,我不知道面包屑以及它是如何工作的?任何帮助或教程链接都会有所帮助
例如:我有主页和产品页面,而且每个产品都有其特定页面,所以当我转到产品页面时,我的面包屑应该显示类似
首页 / 产品 / 当前页面
我希望它动态添加到用户导航的每个页面
首先,维基百科对面包屑有很好的解释。
我推荐jBreadCrumb——它是一个 jQuery 面包屑插件。这里还有一些jQuery 面包屑插件的列表。
希望这些有所帮助。