Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- 5 star rating system help


Mr_Cat - 2:45 pm on Dec 16, 2012 (gmt 0)


Thanks, I added those lines and it brings up a window on rolling over and highlighting the stars saying "test 1 rating1result0" No matter how many starts are highlighted or however many ratings have been previously added to the db.

If I take out test 1 it gives the same result for test 2.

Have solved the issue of the right rating added to the db tho by changing

$('.star').click(function (){
var id = $(this).parent().attr('id').split('rating')[1];
var vote = $(this).index() -1;
to +1


Thread source:: http://www.webmasterworld.com/javascript/4528520.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com