Drupal7 loading gif

要重用 Drupal7 的 藍色㘣形 loading gif:

$('a').after('<div class="ajax-progress ajax-progress-throbber"><div class="throbber">&nbsp;</div></div>');

//... 移走
complete: function (jqXHR, textStatus) {
  $('.ajax-progress').remove();
}
Google