0
Fill in the blanks to call the show() function for the element with the id="menu".
Fill in the blanks to call the show() function for the element with the id="menu".
4 Respuestas
+ 2
$(function() {
$('#menu").show();
})
+ 2
$("#test").show();
+ 1
The answer is
$ #test show
0
$ #text show