Need "Lightbox" or "Greybox" Code That Actually Works
Hello everyone. I'm not an expert in Jquery at all. I have a very basic understanding. I'm trying to add a lightbox or greybox effect on my site which is being created in the Zend Framework. I've tried - to no avail - many different examples and ALLL of them have had core jquery file errors.
I need to be able to include form fields in this lightbox/greybox and have full customization control over it without the code being a big hassle. Can someone please come to the rescue on this one? This issue has been two weeks in the making. Thanks
Sorry it took so long for me to reply. I wanted to try a few more attempts first within the framework itself. In doing that, I discovered that there is something wrong with a call within the Zend framework. So I have to go "outside" of the framework to solve this. Which thus gives me more support in terms of community involvement.
I followed the instructions step-by-step. Since I'm working on the site locally, I'm going to have to post the html code here instead of linking you to the site.
And based on the instructions, all I need to do is include a
Code:
class="lightbox"
in an anchor tag. From what I see, the jquery code will look for the href attribute and it's value will be displayed in the lightbox.
I tried an image "value.gif" first and it didn't work. Then I tried an actual page (which is the ultimate goal). The page is a subform. My goal is to create a signup form with a lightbox effect. So far..no good.
Bookmarks