argh, jquery :visible returns true when elem opacity=0 :(
This commit is contained in:
parent
888d2d65d6
commit
898c3df19b
|
@ -14,7 +14,7 @@ $(function() {
|
||||||
|
|
||||||
|
|
||||||
$('#searchForm').submit(function(e) {
|
$('#searchForm').submit(function(e) {
|
||||||
if (!$('.mapListSection').is(":visible")) {
|
if (!$('.mapListSection').css("opacity") == '0') {
|
||||||
$('.mapListSection').fadeIn("slow");
|
$('.mapListSection').fadeIn("slow");
|
||||||
}
|
}
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user