jquery - get certain elements on the page PHP Gallery -


so i'm tinkering away cms called secretary because it's been easy mess around with. there's large problem 1 of components, however, can't put finger around because started learning php, , no one's answering questions in forum.

the code provided supposed generate thumbnails folder. on page itself, when click thumbnail, actual image should pop up, kind of basic lightbox. code generate thumbnails. when click thumbnails, nothing happens.

the codes: http://pastebin.com/879xpcfu (pop.plugin.php)

http://pastebin.com/cs3k6uxf (pop.js)

i don't want touch anymore, thinking of using jquery load image based on 2 things: source of thumbnail, , the id on link of page.

so if page is: mydomain com/?projects=project-slug , url of thumbnail @ mydomain com/files/cache/picture.50x50.jpg show image @ mydomain com/files/projects/project-slug/picture.jpg

is possible jquery? if not, change php code above make work? appreciated.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -