$(".thumbs img").click(function(){ var imgpath = $(this).attr("src"); $("p.thumbs_list a[href="+imgpath+"]").css("color", "#fff"); });