?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/dev-uz-avocat/wp-content/plugins/insert-php-code-snippet/js/



?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/plugins/insert-php-code-snippet

?? Viewing: notice.js

	jQuery(document).ready(function() {
		jQuery('#xyz_system_notice_area').animate({
			opacity : 'show',
			height : 'show'
		}, 500);

		jQuery('#xyz_system_notice_area_dismiss').click(function() {
			jQuery('#xyz_system_notice_area').animate({
				opacity : 'hide',
				height : 'hide'
			}, 500);

		});

	});


??

??