Advertisement
bowenac

Untitled

May 28th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     jQuery(document).ready(function($) {
  2.       jQuery('#export').click(function() {
  3.         jQuery( ".attrLoading" ).slideDown(500);
  4.           $.ajax({
  5.           url: '../wp-content/plugins/posts-image-fix/ajax.php',
  6.           dataType: 'script',
  7.           success: function () {
  8.             jQuery( ".attrLoading" ).slideUp(500);
  9.           }
  10.         });
  11.       });
  12.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement