Info
Version: | 0.2.0-beta |
Author(s): | John Papa |
Last Update: | Sunday, June 30, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/johnpapa/glimpse.toastr |
NuGet Url: | https://www.nuget.org/packages/glimpse.toastr |
Install
Install-Package glimpse.toastr
dotnet add package glimpse.toastr
paket add glimpse.toastr
glimpse.toastr Download (Unzip the "nupkg" after downloading)
Dependencies
- toastr(1.3.1)
Tags
http://codeseven.github.com/toastr
Usage:
Link to jquery, toastr.css, toastr.js, glimpse.js and glimpse.toastr.js
<script src="jquery.js"></script>
<script src="toastr.js"></script>
<script src="glimpse.js"></script>
<script src="glimpse.toastr.js"></script>
Use toastr
$(function(){
toastr.info('testing');
})();
Click the G icon in the bottom right of your browser and enjoy!.