The alert dialog is something every JavaScript developer
uses frequently. Since they are provided by the browser, their UI/look vary between browsers. Here we will be building a custom alert dialog which looks and feels the same across
all browsers. You can view the demo here.
The basic knowledge of html, Css and JavaScript is required. We
will be using jquery for DOM manipulation so little knowledge of jquery is also
expected.