[SOLVED] Web -Peer-graded Assignment -  Assignment 3 -  Bootstrap JavaScript Components

30.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

Task 1

In this task you will move the table reservation form from the last content row into a modal. You should also remove the last content row.

  • The form should be completely shifted to a modal.
  • Add a Cancel button in the form that will dismiss the modal when clicked.
  • The modal header should contain a X button to dismiss the modal.

Task 2

In this task you will be adding a radio button group to the form to allow the selection of the smoking/non-smoking section of the restaurant.

  • The radio button group should start out with the non-smoking section selected by default.
  • The row containing the button group will have the label Section displayed preceding it in the form.

Note: Read Bootstrap Buttons Checkbox/Radio for more information on how to design checkbox/radio buttons.

Task 3

In this task you will be updating the Reserve Table button in the Jumbotron:

  • Remove the tooltip from the button. This is to facilitate the button to be used to trigger the modal containing the table reservation form in the later tasks. A single button can support only one Javascript plugin via the data-* attributes. Make sure to remove the JavaScript script at the bottom of the page. Also remove the corresponding JavaScript code for the tooltip from the bottom of the page.
  • You will update the Reserve Table button to show the modal containing the table reservation form when the button is clicked.

 

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.