Nuacht

To Use Sweet Alert Box You have to include following libraries into your page, We used this library with jquery validation you can refer the code in js/AarviJqueryValidation.js file.
An alert is a type of dialog box supported in javascript and is mostly used to give a warning message to the users. for example:if one input field requires to enter some text but the user does not ...
The alert() method in JavaScript is used to display a virtual alert box. It is mostly used to give a warning message to the users. It displays an alert dialog box that consists of some specified ...