metasliderThumbs.appendTo(".slider-wrapper");
});
-
+ console.log("Test0");
if( $(window).width() > 786){
+ console.log("Test1a");
$('.manufacturer-brand').attr('data-options',"is_hover:true" );
$(document).foundation('dropdown', 'reflow');
}else{
+ console.log("Test1b");
$('.glm-rv-brand').each(function(){
let url = $(this).children('a').attr('href');
$(this).attr('data-url', url);
$('.glm-rv-brand').on("click", function(){
window.location = $(this).data('url');
})
+ console.log("Test2");
$('.manufacturer-brand').each(function(){
+ console.log("Test3");
let url = $(this).children('a').attr('href');
console.log($(this));
console.log("Length of children:");
metasliderThumbs.appendTo(".slider-wrapper");
});
-
+ console.log("Test0");
if( $(window).width() > 786){
+ console.log("Test1a");
$('.manufacturer-brand').attr('data-options',"is_hover:true" );
$(document).foundation('dropdown', 'reflow');
}else{
+ console.log("Test1b");
$('.glm-rv-brand').each(function(){
let url = $(this).children('a').attr('href');
$(this).attr('data-url', url);
$('.glm-rv-brand').on("click", function(){
window.location = $(this).data('url');
})
+ console.log("Test2");
$('.manufacturer-brand').each(function(){
+ console.log("Test3");
let url = $(this).children('a').attr('href');
console.log($(this));
console.log("Length of children:");