( function( $ ){ $( document ).on( 'click', '.notice-get-started-class .notice-dismiss', function () { var type = $( this ).closest( '.notice-get-started-class' ).data( 'notice' ); // Make an AJAX call $.ajax( ajaxurl, { type: 'POST', data: { action: 'aster_ebooks_getsart_notice', type: type, } } ); } ); }( jQuery ) )