javascript – How do I get the content to display in the other menu options?
Here is my complete code. <html> <head> <meta charset=”utf-8″> <title>Title</title> <link rel=”stylesheet” href=”https://code.jquery.com/mobile/1.5.0-rc1/jquery.mobile-1.5.0-rc1.min.css”> <script src=”https://code.jquery.com/jquery-3.2.1.min.js”></script> <script src=”https://code.jquery.com/mobile/1.5.0-rc1/jquery.mobile-1.5.0-rc1.min.js”></script> <style> .hidden { display: none; } </style> <style> .down { font: bold 15px Arial; background-color: red; color: white; padding: 3px 3px; width: 100%; text-decoration: none; display: inline-block; border-top: 5px solid red; border-right: 5px solid red; border-bottom: 5px solid … Read more