views:

497

answers:

4

you guys know how google code has made a ajax api for certain javascript plugins/libraries? Well, is there one for the lightbox plugin? I want to use it on my website, but I can only link to it (its not on my local server,) but I can't find a link that only gives my the javascript code and not the entire page's code. any help would be very much appreciated.

A: 

If it was available to load via Google content network, it would be found at http://ajax.googleapis.com/ajax/libs/... You can find the list of supported libraries at http://code.google.com/apis/ajaxlibs/.

If you are just looking for a lightbox plugin, try the plugin repository at http://jquery.com. You can find links to the home page for each plugin. These typically have download links. For example, one of the plugins you can find is balupton's which can be downloaded from http://github.com/balupton/jquery_lightbox_bal/downloads.

tvanfosson
A: 

An other version of lightbox can be found here. It's called slimbox and uses jquery.

Pickels
A: 

I use Thickbox and find it very flexible. Not only does it cater for images, but it also can load in HTML content (via Ajax if necessary).

pmckenna
A: 

We've found the BlockUI plugin to be useful as well. Check out some of the samples to see if it fits your needs.

http://malsup.com/jquery/block/#

James Wiseman