Is this ok for the rating.js:
[code]
// When the document is ready
$(document).ready(function() {
// Display the stars
displayStars();
/**
* This part is the rating part of displayimage.php
*/
function rate(obj) {
$.get('ratepic.php?rate=' ...
[code]
// When the document is ready
$(document).ready(function() {
// Display the stars
displayStars();
/**
* This part is the rating part of displayimage.php
*/
function rate(obj) {
$.get('ratepic.php?rate=' ...