JQuery: Thumbs up and down rating system?
问题 I'm want to implement thumbs up and down rating system in my web app using jquery. Please tell me some plug-in or code how to implement the thumbs up and down rating system in my website, please share links or resources. Thanks 回答1: jQuery This is nothing more than a roll-over effect, and an address that waits to update a database entry. It's not really jQuery. The "meat" of this would be your database and server-side scripting. $("a.voteup").click(function(){ $.get("updatescore.php", {"id":