Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created June 10, 2011 02:33
Show Gist options
  • Save lxneng/1018144 to your computer and use it in GitHub Desktop.
Save lxneng/1018144 to your computer and use it in GitHub Desktop.
jquery get div>img and change src, jQuery('img', this).attr('src', /path/new)
$('.typeImage').each(function() {
$('img', this).attr('src', 'http://lxneng.com/images/xxx.gif');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment