Greg Johnson
Greg Johnson

Reputation: 41

Windows 7 breadcrumbs in jQuery?

I could have swore I have seen this before, but has anyone the Windows 7 breadcrumb feature done in jQuery?

Upvotes: 4

Views: 3451

Answers (3)

Nicolas Forney
Nicolas Forney

Reputation: 888

This post is a bit old... but if it can still be helpful, I developed a jQuery plugin which collapses the breadcrumbs elements depending on the available space in the browser window (as explained in the Blowsie's comment).

So, it works the same way the Windows breadcrumbs does. At least for this feature. The plugin doesn't have drop down menu.

Here is the link : jquery-rcrumbs

Upvotes: 0

wooer
wooer

Reputation: 1717

take a look at xbreadcrumbs and jBreadCrumb might be interesting too.

Upvotes: 0

Jess
Jess

Reputation: 42948

Here is an article on jQuery breadcrumbs that are similar to the Vista/Windows 7 style. It's for ASP.NET MVC but includes the javascript that could be used elsewhere.

Upvotes: 1

Related Questions