On Nov 17, 6:40 am, Leandro Vieira Pinho <[EMAIL PROTECTED]>
wrote:
> Released the 0.4 version of jQuerylightBoxplugin.
>
> Now we have a cutomizable keyboard support.
>
> Take a look here and see the news.
>
> http://leandrovieira.com/projects/jquery/lightbox/
>
> Regards
>
> On Oct 24, 7:47 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote:
>
> > truly awesome stuff.
>
> > However Lokesh's lastest is able to load images that are generated with
> > php. This jqlightboxand thickbox are unable to do this.
>
> > When clicking on a dynamically generatedlightboxscript starts opens
> > without image and then the image replaces the document. With lokesh's
> > lastest script it shows the image as it would a conventional image path
>
> > I assume there must be a way. any ideas?
>
> > - S
>
> > On 15/10/2007, Guy Fraser <[EMAIL PROTECTED]> wrote:
>
> > > Kia Niskavaara wrote:
> > > > Maby you can use the data: URI kitchen to construct your own data: URLs?
>
> > > > Like this:
> > > > logo.src =
> > > 'data:image/gif;base64,R0lGODlhDQAOAJEAANno6wBmZgAAAAAAACH5BAAAAAAA'+
>
> > > >
> > > > 'LAAAAAANAA4AQAIjjI8Iyw3GhACSQecutsFV3nzgNi7SVEbo06lZa66LRib2UQAAOw%3D%3D';
>
> > > > More info:
> > > >http://diveintogreasemonkey.org/patterns/add-image.html
>
> > > Not compatible with all browsers IIRC...
Love the plugin.
I have one request. Please extended the plugin to support a
customizable attribute for the image data. I added
imageData: title'
and then updated
settings.imageArray.push(new
Array(objClicked.getAttribute('href'),objClicked.getAttribute(settings.imageData)));
in the javascript. This keeps the 'title' as the default, but allow
the user to change the attribute that stores the images data. I was
having trouble with an image that had cluetip and lightbox both bound
to the same <a href>. Long story short, ligthbox didn't see the values
in the 'title' attribute since cluetip was bound to it. So I changed
the attribute in the <a href> that stored my image data.
Everything worked perfectly then.
Cheers
-Jeff