jQuery(function() { jQuery('[href="#raspisanie"]').on("click", function() { var a = jQuery(this).text(); jQuery(".item_pasp").removeClass("yellowbg").filter(':contains("' + a + '")').addClass("yellowbg") }) });