Help Sought To Understand jQuery Further, For What I'm Attempting To Do Please?
Hi All,
Complete jQuery newbie here, so please go easy with me... I'm in no way professional at coding or anything but manage to get by, by asking in communities when I'm not sure or hitting my head against a brick wall with things, as is happening now.
I have managed to add a jQuery lightbox to my fathers website for him, finally after ages got it to show the images, pop them up to the front of the screen etc and I'm happy as larry with all that.
However, I am trying to add a rating script in to it, so people can rate each individual image but for the rating to 'ONLY' be visible / available once a person has actually clicked in to any of the given images.
If anybody has knowledge of how to do this, has actually integrated a rating script themselves, I would be very much appreciative to hear from you, hoping I can resolve this issue that's really testing me.
If you would like to go to: My Dad's Site you will see the 4 images I've put in to a jQuery lightbox.
The simple star rating system I found and I'm trying to integrate in to his lightbox images, uses just one single php file which is perfect for me, this is then called I believe from the following;
<?
$rater_id=1;
$rater_item_name='Item 1';
include("rater.php");
?>
This is where I'm coming totally unstuck, in first learning as much as my brain can take about jQuery etc and hence I can't fathom / understand how to get the above included in the individual lightbox images, as outlined at the start of my post.
I look forward to hopefully hearing from a helpful poster or more and actually been able to smile as finishing it for my dad. :)
Regards,
Rob