Top Ads

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Very Simple Model Popup Box HTML,CSS and BASIC JQUERY

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...