Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isaeken/jquery-toasts

A simple & lightweight toast messages library for jQuery
https://github.com/isaeken/jquery-toasts

jquery jquery-plugin messages plugin toast

Last synced: 2 days ago
JSON representation

A simple & lightweight toast messages library for jQuery

Awesome Lists containing this project

README

        

# jquery-toasts
A simple & lightweight toast messages library

---

![Requires.io](https://img.shields.io/requires/github/isaeken/jquery-toasts) ![npm](https://img.shields.io/npm/dt/jquery-toasts) ![GitHub](https://img.shields.io/github/license/isaeken/jquery-toasts) ![npm](https://img.shields.io/npm/v/jquery-toasts)
![GitHub followers](https://img.shields.io/github/followers/isaeken?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/isaeken/jquery-toasts?style=social)

---

![isaeken/jquery-toasts](https://raw.githubusercontent.com/isaeken/jquery-toasts/master/docs/img/ss.png)

## Installation
You can install jquery-toasts plugin using npm or include directly files

#### install using npm
```bash
npm install jquery-toasts
```
#### or include files
````html

...

...

````

## Simple Usage
creating toast with element attributes
````html
Create toast using attribute
Create toast using attribute with timeout
````
or jQuery
````javascript
$.toast('Your toast message');
````

## Help and docs
Please report bugs from issues tab
- [Documentation](https://isaeken.github.io/jquery-toasts/)