ok i got the download link and now i am looking at this code:
i am not sure i follow what you are saying here:
$(".jqAlbumParser").jqAlbumParser({
        pluginExec : function(){
          $('a', this).lightBox();// this refers to the list just created
        }
    });

so is this saying that for each a tag it generates, it calls a lightbox
function?  please explain this further.


bmsterling wrote:
> 
> By default, the output will look something like <ul><li> pathToFullSize 
> pathtoimage  </li>...</ul>
> 
> And you can style it how ever you want.  If you want them to click to open
> to lightbox, you would do something like:
> 
>     $(".jqAlbumParser").jqAlbumParser({
>         pluginExec : function(){
> $('a', this).lightBox();// this refers to the list just created
> }
>     });
> 
> 
> If you want to the plugin to execute on page load, do:
> 
>     $(".jqAlbumParser").jqAlbumParser({
>         pluginExec : function(){
> $('a', this).lightBox();// this refers to the list just created
>  }
>      }).click();
> 
> Of course all that is wrapped in the .ready() method.
> 
> 
> On 12/19/07, bdee1 <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>> that looks promising but i don't think i need to hook the results into a
>> plugin - i just want to output the results as links for use with
>> lightbox.
>> so if i don't hook into another plugin, how do i access the results?
>>
>>
>> bdee1 wrote:
>> >
>> > yea i came across that one too but i don't really care for the style of
>> > their lightbox effect.  i greatly prefer the type of the one i posted
>> > above.
>> >
>> > really if i were to use the jquery lightbox effect then i guess all i
>> > would need is a jquery plugin or script that would allow me to pull a
>> set
>> > of image thumbnails and full size images from a flicker set and output
>> > those thumbnails and links with a class="lightbox" on them.
>> >
>> > i am looking at the flickr api to see if i can just build something but
>> it
>> > would be much easier if i could find a plugin to do this.
>> >
>> >
>> > Priest, James (NIH/NIEHS) [C] wrote:
>> >>
>> >>
>> >>> -----Original Message-----
>> >>> From: bdee1 [mailto:[EMAIL PROTECTED] ]
>> >>
>> >>> i want to set up a photo gallery for a clients site and would
>> >>> like to use the
>> >>> http://leandrovieira.com/projects/jquery/lightbox/ Jquery
>> >>> LightBox plugin
>> >>> or somethign similar.  that par is easy but i would like to
>> >>> be able to use
>> >>> images from flickr.  that way the client would be able to
>> >>
>> >>
>> >> I'm digging around looking for the same thing:
>> >>
>> >> http://www.projectatomic.com/en/flickr.htm
>> >>
>> >> Still in alpha though...
>> >>
>> >> Jim
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Jquery-Lightbox-or-Thickbox-and-Flickr--tp14418944s27240p14419914.html
>> Sent from the jQuery General Discussion mailing list archive at
>> Nabble.com
>> .
>>
>>
> 
> 
> -- 
> Benjamin Sterling
> http://www.KenzoMedia.com
> http://www.KenzoHosting.com
> http://www.benjaminsterling.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Jquery-Lightbox-or-Thickbox-and-Flickr--tp14418944s27240p14420821.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to