I'm trying to change the font color of a a
tag in the hover
function of the parent li
tag.
I'm trying to do something like this
$('li').mouseover(function () {
var a = $(this).(NEED TO FIND CORRESPONDING a TAG)
a.css('color', 'white');
});
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…