Skip to content

Instantly share code, notes, and snippets.

@springcome
Last active December 25, 2015 18:09
Show Gist options
  • Save springcome/7017937 to your computer and use it in GitHub Desktop.
Save springcome/7017937 to your computer and use it in GitHub Desktop.
<img src="/image/aa.jpg" id="banner" />
// 일반적인 이미지 변경 할경우
$('#banner').attr('src', '/image/bb.jpg');
// 같은이름의 이미지로 변경할 경우
$('#banner').attr('src', '/image/bb.jpg?param=123');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment