В доп js - javascript выполняемый, добавьте
$("#filter_f42 .fb_label_flex").each(function( index ) {
$(this).attr('title', $(this).find('.fb_label_link').text() + " ("+$(this).find('.filter_count').text()+")");
});
После
$(function($){
В доп js - javascript выполняемый, добавьте
$("#filter_f42 .fb_label_flex").each(function( index ) {
$(this).attr('title', $(this).find('.fb_label_link').text() + " ("+$(this).find('.filter_count').text()+")");
});
После
$(function($){