| Current Path : /home/ereika83/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/js/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/wp-rocket/inc/admin/ui/js/all.js |
jQuery( document ).ready( function( $ ){
$( '.rkt-cross' ).on( 'click', function( e ) {
e.preventDefault();
var url = $( this ).attr( 'href' ).replace( 'admin-post', 'admin-ajax' );
$.get( url ).done( $( this ).parent().hide( 'slow' ) );
});
} );