Question: 1) The find method lets you a. get the children of each selected element that match the specified selector b. all of the above c.
1) The find method lets you
| a. | get the children of each selected element that match the specified selector | |
| b. | all of the above | |
| c. | get the siblings of each selected element that match the specified selector | |
| d. | get the descendants of each selected element that match the specified selector |
2) Which of the following coding sequences can be used to validate the data on a form and submit it to the server?
| a. | Within the click event handler of a submit button, validate the data and then issue the submit method of the form if the data is valid or the preventDefault method if it isnt. | |
| b. | Within the click event handler of a regular button, validate the data and then issue the submit method of the form if the data is valid. | |
| c. | Within the click event handler of a regular button, validate the data and then issue the submit method of the form if the data is valid or the preventDefault method if it isnt. | |
| d. | Within the click event handler of a submit button, validate the data and then issue the submit method of the form if the data is valid |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
