All Downloads are FREE. Search and download functionalities are using the official Maven repository.

app.noty.layouts.bottom.js Maven / Gradle / Ivy

;(function($) {

	$.noty.layouts.bottom = {
		name: 'bottom',
		options: {},
		container: {
			object: '
    ', 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: '
  • ', selector: 'li', css: {} }, css: { display: 'none' }, addClass: '' }; })(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy