JQuery animation : 10 - Notification animation


In this Blog post I Will be demonstrating a simple way to Add notification to your web application using twitter bootstrap and JQuery



-To use bootstrap in your web application you have to download it from here
or use bootstrap CDN links

 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">  
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">  
 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>  

The same thing for JQuery : here

 <script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>  

Now, the following video will be showing how to Add notification system in 2 min.
Enjoy watching


If you have some questions don't hesitate to contact me.