I have created a slider web part using this "SharePoint 2010 Cookbook: Create a Slide Image Web Part Using jQuery". I would like to implement functionality to make the highlighted image clickable, opening the image in an iFrame (modal dialog). I understand from various searches this is doable, but as I'm new to jQuery I'm struggling to find where the code should be added. I have found the following sources:
- Github > Joel Etherton > GalleryView - this update adds clickable functionality
- Github > Joel Etherton > GalleryView > Changelog.txt - this explains usage
Where do I add the HTML to specify links? How do I specify variables in the code so as to handle new images added by end users?