make lightbox close btn work
This commit is contained in:
parent
36f6068f6e
commit
b16de24126
|
@ -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…
Reference in New Issue
Block a user