.live() handles only events, and I wish to traverse on the "live" elements to add a background color.
Is it possible with jQuery ?
开发者_JAVA技巧Thanks.
.addClass can use for adding a class.
But you have to identify the links by id and apply it
http://api.jquery.com/addClass/
http://api.jquery.com/add/
http://api.jquery.com/css/
精彩评论