
A modal dialog is not truly modal if you can see and interact with the page that it is overlaying. To complete this we need to create an overlay that will be semi opaque and sit between the Confirmation dialog and the page.JavaScript has three kind of popup boxes: Alert box, Confirm box, and Prompt box Etc.That gives us our HTML and CSS. Now for the jQuery.While there are...