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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.
That code may be a bit off, but it’s close enough to convey the point. From there, you would have a server-side script waiting to receive this:
PHP / MySQL
IMPORTANT: Do not use as-is. Only for demonstration.
ASP.NET: I noticed from your past questions you are likely working within the .NET technologies. The process done here will still be faily similar. You’ll handle the incoming request, require the user to be logged in, their score to be 1 or -1, and whatever else you wish.