Shop by Price
Shop by Price
Silver Candy
Silver (Pearl White) Candy, Make your own Candy Buffets, Candy Stations, Candy Tables
//li>a').length > 10) {
var obj = $(this).find('ul.sf-menu');
$('
Show all').insertAfter(obj);
}
var i = 0;
$(this).find('ul.sf-menu>li>a,ul.treeview>li>a').each(function(){
if(i >= 10) {
$(this).closest('li').css('display','none');
}
i++;
});
});
$('.footer-columns .ToggleList').on('click',function() {
$(this).parent().siblings('ul').children('li:gt(9)').slideToggle('fast');
$(this).text($(this).text() == 'Show all' ? 'Show less' : 'Show all');
});
});
//]]>