jQuery(".navbar bdi a").each(function () { //RC2013-10-28 "Binky" places discussion link in . //The default Bootstrap CSS therefore won't color the "Discussion" link, //since it isn't a direct child of an
  • . So, remove it from the //and put it in the
  • . var destination = $(this).parent().parent(); var target = jQuery(this).detach(); jQuery(target).appendTo(destination); });