Sha256: ea1bf9962170f07d0bf234636a07ee327b7c5882a7298e3d3a2fb6d88a7e5e97
Contents?: true
Size: 511 Bytes
Versions: 31
Compression:
Stored size: 511 Bytes
Contents
(function($) { $.noty.layouts.inline = { name: 'inline', options: {}, container: { object: '<ul class="noty_inline_layout_container" />', selector: 'ul.noty_inline_layout_container', style: function() { $(this).css({ width: '100%', 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