[jQuery] Showing 1 post after being buried.
Hello. jquery newbie here. I'm trying to build a digg-like bury-
comment feature with drupal. I got the comments to bury after a
certain number of negative votes, but i don't know how to create a
*show button that shows only 1 post (after it's been already buried).
Anything like this: $("p").click(function () {
Would affect all hidden posts right?
How would I go about it so that jquery selectively targets 1 post like
digg does. Thanks!