I have this right now:
<a href='javascript:showComments($displayWall[id]);' style='cursor: pointer;'>Show all $isThereAnyComments comments</a>
On success in showComments, i want it to show this div:
#showWallCommentsFor + wallID
And then when it shows, then it should change "Show all" to "close" and then it should hide the div. How can i do this?