[ad_1]
Using jQuery the code will become
function openNav() {
$("#myNav").height("100%");
}
function closeNav() {
$("myNav").height("0%");
}
[ad_2]
solved how to translate plain javascript in jquery
[ad_1]
Using jQuery the code will become
function openNav() {
$("#myNav").height("100%");
}
function closeNav() {
$("myNav").height("0%");
}
[ad_2]
solved how to translate plain javascript in jquery