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
|
|
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
|
||
|
|
|
|
jQueryThis 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 / MySQLIMPORTANT: Do not use as-is. Only for demonstration.
|
||||||||||||||||
|
|
|
here is a style with thumbs up and down using JQuery with a Backend in PHP/MySQL. Link to code (You can try the demo online and all the source code is there) |
|||
|