Skip to content

Instantly share code, notes, and snippets.

@KazChe
Created March 29, 2014 08:34
Show Gist options
  • Select an option

  • Save KazChe/9850797 to your computer and use it in GitHub Desktop.

Select an option

Save KazChe/9850797 to your computer and use it in GitHub Desktop.
blog_ajax_loader_swap_markup
$('#moneyman').each(function() {
$("<button id='moneyman'><img src='/ap/resources/images/299.GIF' />).attr(
{ name: this.name,
value: this.value
}).insertBefore(this);
}).remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment