Skip to content

Instantly share code, notes, and snippets.

@KazChe
Created March 29, 2014 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KazChe/9850797 to your computer and use it in GitHub Desktop.
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