Last active
December 25, 2015 18:09
-
-
Save springcome/7017937 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="/image/aa.jpg" id="banner" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 일반적인 이미지 변경 할경우 | |
$('#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