mk-notiX 2
JQuery Plugin for create easy to use notifications.
NotiX v.2.0 JQuery Plug-in
- v1.0 27/04/2016
- v2.0 25/1/2018
Create a cool notification for jQuery, simple to use.
How to use: simply find example below:
- include jQuery.js to your header
- include mk-notix.js to your header
Available Functions Docs
- Trigger function: returnN('message','color','duration')
    Option | Description | Value |
message | The display message that will show | Text/HTML |
color | Display message text color | Text/CSS |
duration | Time before notification disappear | Milliseconds (1000 = 1 Second) |
- Trigger function: alertX(message)
Option | Description | Value |
message | The display message that will show | Text/HTML |
- Trigger function: informX(message)
Option | Description | Value |
message | The display message that will show | Text/HTML |
- Trigger function: confirmX(message, url, ok, cancel)
      Option | Description | Value |
message | The display message that will show | Text/HTML |
url | URL will redirect to | URL |
ok | Text of ok button | Text/HTML |
ok | Text of cancel button | Text/HTML |
- Trigger function: functionX(message, callback, ok, cancel)
      Option | Description | Value |
message | The display message that will show | Text/HTML |
callback | Function will to trigger if Ok | text/js |
ok | Text of ok button | Text/HTML |
ok | Text of cancel button | Text/HTML |
Created by: Mahmoud Kassem
Email: [email protected]
makdev.net - www.zbony.com