| 1 |
/* $Id: jlightbox.uncompressed.js,v 1.1.2.2 2007/09/19 00:34:00 sun Exp $ */ |
/* $Id: jlightbox.uncompressed.js,v 1.1.2.3 2008/01/08 07:59:17 sun Exp $ */ |
| 2 |
/** |
/** |
| 3 |
* jQuery Lightbox |
* jQuery Lightbox |
| 4 |
* @author |
* @author |
| 59 |
</div> \ |
</div> \ |
| 60 |
</div>'); |
</div>'); |
| 61 |
$('#overlay').click(function(){ Lightbox.end(); return false; }).hide(); |
$('#overlay').click(function(){ Lightbox.end(); return false; }).hide(); |
| 62 |
$('#lightbox').hide(); |
$('#lightbox').click(function (e) { |
| 63 |
|
if (e.target.id == 'lightbox') { |
| 64 |
|
Lightbox.end(); |
| 65 |
|
} |
| 66 |
|
return false; |
| 67 |
|
}).hide(); |
| 68 |
$('#loadingLink').click(function(){ Lightbox.end(); return false; }); |
$('#loadingLink').click(function(){ Lightbox.end(); return false; }); |
| 69 |
$('#bottomNavClose').click(function(){ Lightbox.end(); return false; }); |
$('#bottomNavClose').click(function(){ Lightbox.end(); return false; }); |
| 70 |
$('#outerImageContainer').width(250).height(250); |
$('#outerImageContainer').width(250).height(250); |