Create Simple JQuery Voting Application for Multiple Records
This tutorial is very simple and I created for those readers who feel some problems in creating or implementing a single voting or rating system for multiple records on a single page. I hope you can get an idea how to do this thing to be done. I didnt use Ajax and and PHP here but You can make it dynamic easily because you can get html and working idea from here. So if you know little bit jQuery and Ajax then you can do it. Also you can get some help from my others Rating and Voting tutorials to how to make an Ajax call. I hope you will like this.
Thanks !
Other Popular Tutorials on 99Points
JQuery Code
$(function() { $('.voteUp').click(function(){ var id = $(this).parent().attr('id').replace('text-id-',''); $("#light-text-"+id).animate({ height: "37px" }, "fast", function() { $('#up-'+id).hide(); $('#down-'+id).show(); }); }); //// $('.voteDown').click(function(){ var id = $(this).parent().attr('id').replace('text-id-',''); $("#light-text-"+id).animate({ height: "0px" }, "fast", function() { $('#down-'+id).hide(); $("#light-text-"+id).hide(); $('#up-'+id).show(); }); }); });
Who I Am

Zeeshan Rasool
Software Engineer - PHP
Lahore - Pakistan
zeeshan(@)99points.info
Skype: zeeshan-rasool
gTalk: zishan.rasool85
Categories
- AJAX (37)
- Codeigniter (16)
- CSS (16)
- Facebook (12)
- Joomla (1)
- JQuery (54)
- Miscellaneous (4)
- Mootools (1)
- MySQL (6)
- PHP (60)
- SEO (2)
- Technology (6)
- Tutorials (17)
- Twitter (2)
- Web Design (24)
- Web Development (59)
- WordPress (2)
Tags
99points
adobe
AJAX
ajax pagination
ajax rating
ajax tutorial
ajax voting system
captcha
Codeigniter
codeigniter 2.0
codeigniter recaptcha
CSS
css tutorials
dreamweaver cs5
Facebook
facebox
farmville
ffmpeg
flv
google api
hacking
Joomla
JQuery
JQuery Gallery
JQuery menus
jquery plugins
Jquery tutorial
mafia war
Mootools
MySQL
pagination
PHP
php curl
recaptcha
RSS Feed
SEO
simplepie
socail networking
ssl
Tutorials
Twitter
wall script
Web
XSS
youtube
Comments
- ZeeShaN on Ajax Shopping Cart: Create a Stylish Shopping Cart Using JQuery and PHP
- Blogzpoint on Super Ajax Polling/Voting System using JQuery, Ajax, PHP and MySQL
- Blogzpoint on Super Ajax Polling/Voting System using JQuery, Ajax, PHP and MySQL
- Nick on Ajax Shopping Cart: Create a Stylish Shopping Cart Using JQuery and PHP
- Nick on Ajax Shopping Cart: Create a Stylish Shopping Cart Using JQuery and PHP
ZeeShaN







Good script and nice tips
keep it up, lage raho
i am not jadugar yar
wow ! sir, Aap to jadugar hain. nice tutorial.
i am also from Sindh, Pakistan
This is a really cool app. I love how great this works.
[...] Create Simple JQuery Voting Application for Multiple Records [...]
Zeeshan, your tutorials are very good and i like them all, specially facebook style tutorials. thanks for sharing your work brother !
i appreciate your work Zeeshan. your blog is my favorite blog and have many useful jquery tutorials. keep enjoying
good to have this tutorial. i was looking like this I am new to jquery i think it might helps me.
thank you 99points
Awesome script. Its working is simply good