Skip to content

Instantly share code, notes, and snippets.

@samsonasik
Created April 5, 2013 00:53
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 samsonasik/032caa8a3a1fb215206d to your computer and use it in GitHub Desktop.
Save samsonasik/032caa8a3a1fb215206d to your computer and use it in GitHub Desktop.
change image attr src
$('.userCover img').attr('src', base_url+'/images/user_image/'+htmlpostdata.user_image_image+'?'+new Date().getTime());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment