Sha256: 769d77f2132221f3e043e7cf996920f4044607ec49ca96a02d8a3222de408d72
Contents?: true
Size: 551 Bytes
Versions: 9
Compression:
Stored size: 551 Bytes
Contents
;(function($) { $.noty.layouts.top = { name: 'top', options: {}, container: { object: '<ul id="noty_top_layout_container" />', selector: 'ul#noty_top_layout_container', style: function() { $(this).css({ top: 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
9 entries across 9 versions & 1 rubygems