Lightweight Sticky Notification Bar Plugin For jQuery ulak js - Download Lightweight Sticky Notification Bar Plugin For jQuery - ulak.js

Download Lightweight Sticky Notification Bar Plugin For jQuery – ulak.js

Posted on

This time I will share jQuery Plugin and tutorial about Lightweight Sticky Notification Bar Plugin For jQuery – ulak.js, hope it will help you in programming stack.

Lightweight Sticky Notification Bar Plugin For jQuery ulak js - Download Lightweight Sticky Notification Bar Plugin For jQuery - ulak.js
File Size: 4.79 KB
Views Total: 1196
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   

ulak.js is a micro jQuery notification plugin which enables you to display error / warning / info or success notification bars with custom messages on the top of your web page.

How to use it:

1. Load jQuery JavaScript library and the jQuery ulak.js plugin’s JS and CSS files in your project.

1 <link href="ulak.css" rel="stylesheet">
2 <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
3 <script src="ulak.js"></script>

2. Display a notification bar with optional settings.

01 ulak({
02  
03   // message text
04   "text"    : "an error occured",
05  
06   // error, warning, success, info
07   "type"    : "error",
08  
09   // autodismiss timeout
10   "timeout" : 2000,
11  
12   // enable modal mode
13   "modal"   : false
14    
15 });

This awesome jQuery plugin is developed by tarikozket. For more Advanced Usages, please check the demo page or visit the official website.

source : jqueryscript.net