Search found 1 match

by Shlomo
Mon Dec 22, 2014 12:09 pm
Forum: Tips and Tricks
Topic: Move breadcrumbs to the toolbar with some jQuery
Replies: 5
Views: 5632

Re: Move breadcrumbs to the toolbar with some jQuery

Thanks for this post.

I was also looking to move the breadcrumb and your basic idea came in handy.
I managed to improve on the solution making the links clickable using a little jQuery magic, as follows:

$('.MCBreadcrumbsLink', $('.MCBreadcrumbsBox_0'))
.each(function() {
// This fixes the href ...