Rewrite the following JavaScript code using jQuery, to hide button2 and button3 once button1 is clicked

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter7: Developing An Excel Application
Section: Chapter Questions
Problem 1.8CP
icon
Related questions
Question

Rewrite the following JavaScript code using jQuery, to hide button2 and button3 once button1 is clicked.

<html><head>
<script>
function myfunction()
{
document.getElementById('b2').style.display = "none";
document.getElementById('b3').style.display = "none";
}
</script>
</head>
<body>
<h2>Click and double click the buttons</h2>
<button id='b1' onClick="myfunction()">Button 1</button>
<button id='b2'>Button 2</button>
<button id='b3'>Button 3</button>
</body>
</html>
Transcribed Image Text:<html><head> <script> function myfunction() { document.getElementById('b2').style.display = "none"; document.getElementById('b3').style.display = "none"; } </script> </head> <body> <h2>Click and double click the buttons</h2> <button id='b1' onClick="myfunction()">Button 1</button> <button id='b2'>Button 2</button> <button id='b3'>Button 3</button> </body> </html>
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
JQuery and Javascript
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L
Enhanced Discovering Computers 2017 (Shelly Cashm…
Enhanced Discovering Computers 2017 (Shelly Cashm…
Computer Science
ISBN:
9781305657458
Author:
Misty E. Vermaat, Susan L. Sebok, Steven M. Freund, Mark Frydenberg, Jennifer T. Campbell
Publisher:
Cengage Learning