// change breadcrumbs 'products' to 'experiences'
$(".post-product-archive").find('span').text('Tours');
$("[property=name]:contains('Products')").html('Tours');
-
- var tour_name;
- $(".tour-slides").mouseenter( function () {
- tour_name = $(this).html();
- tour_name = tour_name.match('product/(.*)/"></a>');
- $(this).find('a').attr('data-content', tour_name[1]);
- });
+
});
// change breadcrumbs 'products' to 'experiences'
$(".post-product-archive").find('span').text('Tours');
$("[property=name]:contains('Products')").html('Tours');
-
- var tour_name;
- $(".tour-slides").mouseenter( function () {
- tour_name = $(this).html();
- tour_name = tour_name.match('product/(.*)/"></a>');
- $(this).find('a').attr('data-content', tour_name[1]);
- });
+
});