|
Server IP : 2a02:4780:3:2287:0:3736:a38e:8 / Your IP : 216.73.216.138 Web Server : LiteSpeed System : Linux sg-nme-web2187.main-hosting.eu 5.14.0-611.54.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed May 6 18:03:03 EDT 2026 x86_64 User : u926327694 ( 926327694) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u926327694/domains/smsoft.in/public_html/demo/Inventory/fonts/../admin/js/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
$(document).ready(function(){
// === jQuery Peity === //
$.fn.peity.defaults.line = {
strokeWidth: 1,
delimeter: ",",
height: 24,
max: null,
min: 0,
width: 50
};
$.fn.peity.defaults.bar = {
delimeter: ",",
height: 24,
max: null,
min: 0,
width: 50
};
$(".peity_line_good span").peity("line", {
colour: "#B1FFA9",
strokeColour: "#459D1C"
});
$(".peity_line_bad span").peity("line", {
colour: "#FFC4C7",
strokeColour: "#BA1E20"
});
$(".peity_line_neutral span").peity("line", {
colour: "#CCCCCC",
strokeColour: "#757575"
});
$(".peity_bar_good span").peity("bar", {
colour: "#459D1C"
});
$(".peity_bar_bad span").peity("bar", {
colour: "#BA1E20"
});
$(".peity_bar_neutral span").peity("bar", {
colour: "#757575"
});
// === jQeury Gritter, a growl-like notifications === //
$.gritter.add({
title: 'Important Unread messages',
text: 'You have 12 unread messages.',
image: 'img/demo/envelope.png',
sticky: false
});
$('#gritter-notify .normal').click(function(){
$.gritter.add({
title: 'Normal notification',
text: 'This is a normal notification',
sticky: false
});
});
$('#gritter-notify .sticky').click(function(){
$.gritter.add({
title: 'Sticky notification',
text: 'This is a sticky notification',
sticky: true
});
});
$('#gritter-notify .image').click(function(){
var imgsrc = $(this).attr('data-image');
$.gritter.add({
title: 'Important Unread messages',
text: 'You have 12 unread messages.',
image: imgsrc,
sticky: false
});
});
});