any good ajax samples for implementing voting similar to the up and down buttons of stackoverflow.com
|
1
|
|
|
|
|
|
You create a page for voting like yoursite.com/vote?postid=1234&direction=up that saves the vote in the database. Then you create buttons or links for voting and perform an Ajax request when the user clicks the link: jquery:
|
||||
|
