Lets say I have URL like this: mysite.com/index.php?article=6#9 where 6 is article ID and 9 is comment ID (comments are placed at the bottom of this page). I would like #9 comment's background color to fade once (lets say from yellow to white) after page load to indicate this comment to the user. Comments are placed inside table rows with tr id of its comments.
Could you give me a hand with it? Some jquery maybe?