InterviewSolution
Saved Bookmarks
| 1. |
What Is A Modal Plugin? |
|
Answer» A MODAL is a child window that is LAYERED over its parent window. TYPICALLY, the purpose is to display content from a separate SOURCE that can have some interaction without leaving the parent window. Child windows can PROVIDE information, interaction, or more. A modal is a child window that is layered over its parent window. Typically, the purpose is to display content from a separate source that can have some interaction without leaving the parent window. Child windows can provide information, interaction, or more. |
|