( function( jQuery ){ jQuery( document ).on( 'click', '.notice-info .notice-dismiss', function () { var type = jQuery( this ).closest( '.notice-info' ).data( 'notice' ); jQuery.ajax( ajaxurl, { type: 'POST', data: { action: 'air_conditioning_services_dismissed_notice_handler', type: type, wpnonce: air_conditioning_services.wpnonce } } ); } ); }( jQuery ) )