Sha256: a9d352c1ca6d62787532a81b2ba06dbdf48b72f3de31b41ae531a00caf2b8591
Contents?: true
Size: 564 Bytes
Versions: 31
Compression:
Stored size: 564 Bytes
Contents
(function($) { $.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: '' }; })(jQuery);
Version data entries
31 entries across 31 versions & 3 rubygems