Q. Which of the following is correct about data-remote Data attribute of Modal Plugin?
- A. It specifies static for a backdrop, if you don’t want the modal to be closed when the user clicks outside of the modal.
- B. It closes the modal when escape key is pressed; set to false to disable.
- C. It shows the modal when initialized.
- D. Using the jQuery .load method, injects content into the modal body. If anhref with a valid URL is added, it will load that content.
Correct Answer: D