Hello again,
Im trying to add unique classes to my "sub-menu" class... By inputing this in the bottom of the avia.js file...
(function($){
$('ul.sub-menu').addClass (function(idx) {
return "item-" + idx;
});
});
})(jQuery);
But it doesent do didely...
Am I implementing it wrong? Or should I use a different approach?
Kind regards,
Richard














