1 <script src="http://www.jqueryscript.net/demo/Sliding-Growl-Notification-Plugin-For-jQuery-jsnotify/dist/js/notify.js"></script>
2 <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
3 <link href="http://www.jqueryscript.net/demo/Sliding-Growl-Notification-Plugin-For-jQuery-jsnotify/dist/css/notify.css" rel="stylesheet"/>
4 <link href="http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
5 <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" rel="stylesheet"/>
6
7
8 <form action="" method="post" id="myDiv">
9 <input type="text" name="name" id="n1">
10 <input type="text" name="mobile" id="n2">
11 <input type="submit" name="submit" value="click me">
12 </form>