Youtube Like Rating with jQuery & PHP

YouTube like voting system is surely the best voting sysytem I have seen till now. It is very Simple and fast. I found this script on 9lessons.info. I made some changes to the script to suite my requirements and here is the updated script. Please write me all your doubts. Watch it working.



Live Demo Download Script

Table Structure

CREATE TABLE youtube(
id INT PRIMARY KEY AUTO_INCREMENT,
topicID INT(5),
up INT,
down INT);

jQuery Code



HTML Code

Loading........

CSS Code


Written by Arvind Bhardwaj

Arvind is a certified Magento 2 expert with more than 10 years of industry-wide experience.

Website: http://www.webspeaks.in/

5 thoughts on “Youtube Like Rating with jQuery & PHP

Comments are closed.