Question: HTML/Javascript Create an Event Tickets page for seating a) Declare one-dimensional arrays sections and rows but with no included data. b) Create file JSONsections.txt that

HTML/Javascript

Create an Event Tickets page for seating

a) Declare one-dimensional arrays sections and rows but with no included data.

b) Create file JSONsections.txt that contains section data in JSON format.

c) Create file JSONrows.txt that contains row data in JSON format.

sections 101, 102, 103, 104, 105, 201, 202, 203, 204, 205, 301, 302, 303, 304, 305

rows 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15

d) Create the following functions:

getJSONsections is triggered when the page loads and is a synchronous AJAX call to retrieve file JSONsections.txt from the server. It JSON parses the response from the server into array sections.

getJSONrows is triggered when the page loads and is a synchronous AJAX call to retrieve file JSONrows.txt from the server. It JSON parses the response from the server into array rows.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!