Following is a JSON file, “menu.json” that stores the menu of an institute's mess. { “Menu”: { "Non_Veg": [ { "DISH": "Biriyani", "TYPE": "Chicken" }, { "DISH": "Starter", "TYPE": "Chicken Lollipop" } ], "Veg": [ { "DISH": "Rice", "TYPE": "Kashmiri Pulao" }, { "DISH": "Starter", "TYPE": "Crispy Veg" } ] } } Design a HTML page that has a form with: A text field to enter the choice of food (Veg or Non Veg). A button to submit the value. Write a JavaScript code that would make an AJAX request to menu.json which is stored in a server and display the list of Veg/Non Veg items depending on the entered choice in a table format. For example, if choice is entered as veg the following table should be displayed in the page:

Principles of Information Systems (MindTap Course List)
13th Edition
ISBN:9781305971776
Author:Ralph Stair, George Reynolds
Publisher:Ralph Stair, George Reynolds
Chapter10: Knowledge Management And Specialized Information Systems
Section: Chapter Questions
Problem 15SAT
icon
Related questions
Question
Following is a JSON file, “menu.json” that stores the menu of an institute's mess. { “Menu”: { "Non_Veg": [ { "DISH": "Biriyani", "TYPE": "Chicken" }, { "DISH": "Starter", "TYPE": "Chicken Lollipop" } ], "Veg": [ { "DISH": "Rice", "TYPE": "Kashmiri Pulao" }, { "DISH": "Starter", "TYPE": "Crispy Veg" } ] } } Design a HTML page that has a form with: A text field to enter the choice of food (Veg or Non Veg). A button to submit the value. Write a JavaScript code that would make an AJAX request to menu.json which is stored in a server and display the list of Veg/Non Veg items depending on the entered choice in a table format. For example, if choice is entered as veg the following table should be displayed in the page:
Dishes
Kashmiri Pulao
Crispy Veg
Type
Rice
Starter
Transcribed Image Text:Dishes Kashmiri Pulao Crispy Veg Type Rice Starter
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Unreferenced Objects
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
Principles of Information Systems (MindTap Course…
Principles of Information Systems (MindTap Course…
Computer Science
ISBN:
9781305971776
Author:
Ralph Stair, George Reynolds
Publisher:
Cengage Learning