Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isaeken/jquery-toasts
- Owner: isaeken
- License: mit
- Created: 2020-05-02T05:30:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T16:28:04.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T06:54:14.769Z (about 1 month ago)
- Topics: jquery, jquery-plugin, messages, plugin, toast
- Language: JavaScript
- Homepage: https://isaeken.github.io/jquery-toasts/
- Size: 44.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)