smswetz
01-14-2009, 02:48 PM
So I'm trying to figure this out here, and I've done some research, but nothing seems to exactly fit my problem.
I am working on my portfolio, and I have 3 tabs to display each type of work (Web, Print, Multimedia). Each tab allows for 8 pieces of work, which are pulled from an external php page.
HOWEVER, some sections are going to have more than just 8 pieces of work to show, so to keep from reloading the page to call another set of images, I used an AJAX pagination script, which works quite good.
But now I can't seem to figure out how to get the lightbox to work, since the links are pulled from external pages, I know that they have to be polled or loaded, but anything I've seen hasn't wanted to work.
You can view my site at http://www.chromaticstudios.net/work.php (the print section is the one currently up and running). Any ideas what to do?
I also don't like the way that I'm doing this, so if anyone has an easier, less messy, and less JS reliant way to do it, I'm open for suggestions!
I am working on my portfolio, and I have 3 tabs to display each type of work (Web, Print, Multimedia). Each tab allows for 8 pieces of work, which are pulled from an external php page.
HOWEVER, some sections are going to have more than just 8 pieces of work to show, so to keep from reloading the page to call another set of images, I used an AJAX pagination script, which works quite good.
But now I can't seem to figure out how to get the lightbox to work, since the links are pulled from external pages, I know that they have to be polled or loaded, but anything I've seen hasn't wanted to work.
You can view my site at http://www.chromaticstudios.net/work.php (the print section is the one currently up and running). Any ideas what to do?
I also don't like the way that I'm doing this, so if anyone has an easier, less messy, and less JS reliant way to do it, I'm open for suggestions!