Search found 19 matches
- Mon Jul 21, 2008 12:16 pm
- Forum: Javascript
- Topic: Implementing Lightbox
- Replies: 11
- Views: 721
Re: Implementing Lightbox
The file that i downloaded from http://www.huddletogether.com/projects/lightbox/ uses prototype.js
- Sat Jul 19, 2008 7:58 pm
- Forum: Javascript
- Topic: Implementing Lightbox
- Replies: 11
- Views: 721
Re: Implementing Lightbox
I am not using any plugin.Lightbox is simple to use. Are you using the core lightbox library or are you using an library with lightbox as a plugin (like jQuery, which makes this super easy to do).
Oh yeah, this is being moved to client side.
- Fri Jul 18, 2008 10:34 am
- Forum: Javascript
- Topic: Implementing Lightbox
- Replies: 11
- Views: 721
Re: Implementing Lightbox
why do you need to call it using ajax? 1. I would like to display details of the image. If i use, <a href="images/image-1.jpg" rel="lightbox" title="my caption">link_text</a> I have to send it in title tag and if it is a text link then onmouseover the data are displaye...
- Thu Jul 17, 2008 7:56 pm
- Forum: Javascript
- Topic: Implementing Lightbox
- Replies: 11
- Views: 721
Implementing Lightbox
~pickle | Please use [ code=html ], [ code=php ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: :arrow: Posting Code in the Forums to learn how to do it too. I want to implement lightbox through ajax. example usage given in ...