jquery-rcrumbs
jquery-rcrumbs copied to clipboard
jQuery plugin to create a responsive breadcrumb
My site is using jquery 3.5.1. When a breadcrumb segment is hidden after another one has been hidden, the earlier one's get an inline style applied to them of display:...
Hi, is it possible to add new items to the responsive breadcrump by javasript? I tryed to rerun ` $("#bredcrumps").rcrumbs();` after I added new items to the ul element, but...
I don't think it makes sense just to hide the items, it would be more logical to show something like Home > ... > crumb 4 > crumb 5 i.e....
If some items of the breadcrumbs are very long, it would make sense to resize them first to some minimum width, and only then hide another items. For example: Home...