UNPKG

noty

Version:

noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)

31 lines (30 loc) 792 B
$.noty.layouts.bottom = { name : 'bottom', options : {}, container: { object : '<ul id="noty_bottom_layout_container" />', selector: 'ul#noty_bottom_layout_container', style : function() { $(this).css({ bottom : 0, left : '5%', position : 'fixed', width : '90%', height : 'auto', margin : 0, padding : 0, listStyleType: 'none', zIndex : 9999999 }); } }, parent : { object : '<li />', selector: 'li', css : {} }, css : { display: 'none' }, addClass : '' };