Page is a not externally linkable
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 (){ to
var id = $(this).parent().attr('id').split('rating')[1];
var vote = $(this).index() -1;+1