Fill in the blanks to call the show() function for the element with the id="menu". | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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".

8th Sep 2018, 10:22 PM
ابوخالد العازمي
ابوخالد العازمي - avatar
4 Answers
+ 2
$(function() { $('#menu").show(); })
8th Sep 2018, 11:19 PM
Naola
Naola - avatar
+ 2
$("#test").show();
16th Jun 2021, 4:29 PM
Anchal Dayal
Anchal Dayal - avatar
+ 1
The answer is $ #test show
3rd Sep 2021, 6:14 AM
Kato Nashif Balitya
Kato Nashif Balitya - avatar
0
$ #text show
23rd Jan 2022, 12:02 AM
Timilehin Ibiwale Samson
Timilehin Ibiwale Samson - avatar