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
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);
});
});