make lightbox close btn work
This commit is contained in:
parent
36f6068f6e
commit
b16de24126
1 changed files with 2 additions and 1 deletions
|
@ -91,10 +91,11 @@ function getLi(item) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
$('#lightbox').click(function() {
|
$('#lightbox, #closeImg').click(function() {
|
||||||
hideLightbox();
|
hideLightbox();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
/* search button toggle */
|
/* search button toggle */
|
||||||
$('.searchInnerField').hide();
|
$('.searchInnerField').hide();
|
||||||
$('#searchInner').toggle(function() {
|
$('#searchInner').toggle(function() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue