make lightbox close btn work

This commit is contained in:
Sanj 2011-11-01 04:10:12 +00:00
parent 36f6068f6e
commit b16de24126

View File

@ -91,10 +91,11 @@ function getLi(item) {
}
$(function() {
$('#lightbox').click(function() {
$('#lightbox, #closeImg').click(function() {
hideLightbox();
});
/* search button toggle */
$('.searchInnerField').hide();
$('#searchInner').toggle(function() {