mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-31 22:56:16 +00:00
Fixed children error with results navigation
This commit is contained in:
@@ -168,6 +168,7 @@ $(document).keyup(function(e) {
|
||||
}
|
||||
$("#results").toggleClass("hide");
|
||||
}else if ($("div.result").length > 2){
|
||||
children = $("#mock-div").children();
|
||||
if (e.keyCode == 40) {
|
||||
$(children[i-1]).removeClass("hoverResults");
|
||||
$(children[i]).addClass("hoverResults");
|
||||
|
||||
Reference in New Issue
Block a user