jQuery(function($){ $(«.featured-entries-logo a»).each(function(){ $(this).removeAttr(«href»); }); }
jQuery(document).ready(function($) { $(«.featured-entries-logo a»).each(function(){ if($(this).hasClass(«all-link»)){ $(this).removeAttr(«href»); } }); });