芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/plugins/wprocket-31233/assets/js/wpr-admin-common.js
jQuery( document ).ready( function( $ ){ $( '.rocket-dismiss' ).on( 'click', function( e ) { e.preventDefault(); var url = $( this ).attr( 'href' ).replace( 'admin-post', 'admin-ajax' ); $.get( url ).done( $( this ).closest( '.notice' ).hide( 'slow' ) ); }); } );