링크를 클릭시 id=A라는 TD에 배경값을 B로 바꾸려합니다..
구현은 어찌저찌해서 짜집기해서 해봤는데 작동이 안됩니다...
<a href="javascript:(A.style.backgroundImage = "url(B)")">
전혀 바뀌질 않습니다..
고수님들 도와주세요 ㅠㅠ
댓글 3개
aequum
13년 전
<script>
function changeImage(id, url) {
var target = document.getElementById(id);
target.style.backgroundImage = "url(" + url +")";
}
</script>
<table>
<tr><td id="test1">#test1</td></tr>
<tr><td id="test2">#test2</td></tr>
</table>
<a href="javascript:changeImage('test1', 'http://www.google.co.kr/logos/2012/newyearsday-2012-res.jpg')">변경 test1</a>
<span style="cursor:pointer" onclick="changeImage('test2', 'http://www.google.co.kr/logos/2012/newyearsday-2012-res.jpg')">변경 test2</span>
----
anchor 태그보다는 span 같은 것 쓰시고 pseudo javascript보다는 event를 쓰시는 것이 좋습니다용.
function changeImage(id, url) {
var target = document.getElementById(id);
target.style.backgroundImage = "url(" + url +")";
}
</script>
<table>
<tr><td id="test1">#test1</td></tr>
<tr><td id="test2">#test2</td></tr>
</table>
<a href="javascript:changeImage('test1', 'http://www.google.co.kr/logos/2012/newyearsday-2012-res.jpg')">변경 test1</a>
<span style="cursor:pointer" onclick="changeImage('test2', 'http://www.google.co.kr/logos/2012/newyearsday-2012-res.jpg')">변경 test2</span>
----
anchor 태그보다는 span 같은 것 쓰시고 pseudo javascript보다는 event를 쓰시는 것이 좋습니다용.
13년 전
감사합니다!! ㅠㅠ
onlymilk74
13년 전
jquery 를 쓰시면
jQuery(document).ready(function(){
jQuery("#A").click(function(){
jQuery(this).css("background-image","url(B)");
});
});
jQuery(document).ready(function(){
jQuery("#A").click(function(){
jQuery(this).css("background-image","url(B)");
});
});
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7330 | 11년 전 | 1678 | ||
| 7329 | 11년 전 | 932 | ||
| 7328 | 11년 전 | 2221 | ||
| 7327 | 11년 전 | 1721 | ||
| 7326 | 11년 전 | 3809 | ||
| 7325 | 11년 전 | 2263 | ||
| 7324 | 11년 전 | 4511 | ||
| 7323 |
호식이와미돌
|
11년 전 | 1280 | |
| 7322 |
호식이와미돌
|
11년 전 | 1139 | |
| 7321 | 11년 전 | 1787 | ||
| 7320 | 11년 전 | 1756 | ||
| 7319 | 11년 전 | 1315 | ||
| 7318 |
|
11년 전 | 971 | |
| 7317 |
멋진남자임
|
11년 전 | 1617 | |
| 7316 |
잘살아보자
|
11년 전 | 986 | |
| 7315 | 11년 전 | 1096 | ||
| 7314 | 11년 전 | 1314 | ||
| 7313 |
잘살아보자
|
11년 전 | 1119 | |
| 7312 | 11년 전 | 876 | ||
| 7311 |
사랑한데이
|
11년 전 | 2063 | |
| 7310 |
잘살아보자
|
11년 전 | 1875 | |
| 7309 |
잘살아보자
|
11년 전 | 3044 | |
| 7308 |
잘살아보자
|
11년 전 | 1015 | |
| 7307 |
잘살아보자
|
11년 전 | 782 | |
| 7306 | 11년 전 | 867 | ||
| 7305 |
잘살아보자
|
11년 전 | 2754 | |
| 7304 | 11년 전 | 1017 | ||
| 7303 | 11년 전 | 1219 | ||
| 7302 | 11년 전 | 724 | ||
| 7301 | 11년 전 | 1510 | ||
| 7300 |
mijaya
|
11년 전 | 1492 | |
| 7299 | 11년 전 | 907 | ||
| 7298 | 11년 전 | 1090 | ||
| 7297 | 11년 전 | 764 | ||
| 7296 | 11년 전 | 728 | ||
| 7295 | 11년 전 | 1551 | ||
| 7294 | 11년 전 | 900 | ||
| 7293 | 11년 전 | 807 | ||
| 7292 | 11년 전 | 910 | ||
| 7291 |
잘살아보자
|
11년 전 | 1092 | |
| 7290 |
잘살아보자
|
11년 전 | 741 | |
| 7289 | 11년 전 | 792 | ||
| 7288 |
잘살아보자
|
11년 전 | 1306 | |
| 7287 | 11년 전 | 825 | ||
| 7286 |
잘살아보자
|
11년 전 | 1324 | |
| 7285 | 11년 전 | 818 | ||
| 7284 | 11년 전 | 981 | ||
| 7283 | 11년 전 | 1007 | ||
| 7282 | 11년 전 | 769 | ||
| 7281 | 11년 전 | 795 | ||
| 7280 | 11년 전 | 1028 | ||
| 7279 | 11년 전 | 1963 | ||
| 7278 | 11년 전 | 801 | ||
| 7277 | 11년 전 | 810 | ||
| 7276 | 11년 전 | 748 | ||
| 7275 | 11년 전 | 1168 | ||
| 7274 | 11년 전 | 810 | ||
| 7273 | 11년 전 | 720 | ||
| 7272 | 11년 전 | 1048 | ||
| 7271 | 11년 전 | 1380 | ||
| 7270 | 11년 전 | 1008 | ||
| 7269 | 11년 전 | 929 | ||
| 7268 | 11년 전 | 981 | ||
| 7267 | 11년 전 | 1812 | ||
| 7266 | 11년 전 | 874 | ||
| 7265 | 11년 전 | 934 | ||
| 7264 |
잘살아보자
|
11년 전 | 2712 | |
| 7263 |
잘살아보자
|
11년 전 | 2254 | |
| 7262 |
잘살아보자
|
11년 전 | 1139 | |
| 7261 |
잘살아보자
|
11년 전 | 1631 | |
| 7260 |
잘살아보자
|
11년 전 | 1247 | |
| 7259 | 11년 전 | 1162 | ||
| 7258 |
잘살아보자
|
11년 전 | 1294 | |
| 7257 |
잘살아보자
|
11년 전 | 1893 | |
| 7256 | 11년 전 | 931 | ||
| 7255 |
그누5입문
|
11년 전 | 1943 | |
| 7254 | 11년 전 | 2163 | ||
| 7253 |
|
11년 전 | 862 | |
| 7252 | 11년 전 | 1006 | ||
| 7251 | 11년 전 | 714 | ||
| 7250 | 11년 전 | 1682 | ||
| 7249 | 11년 전 | 1545 | ||
| 7248 |
sogo87
|
11년 전 | 1036 | |
| 7247 | 11년 전 | 927 | ||
| 7246 | 11년 전 | 700 | ||
| 7245 |
잘살아보자
|
11년 전 | 1073 | |
| 7244 | 11년 전 | 1525 | ||
| 7243 |
presee
|
11년 전 | 592 | |
| 7242 |
sogo87
|
11년 전 | 782 | |
| 7241 | 11년 전 | 872 | ||
| 7240 |
브라이언2
|
11년 전 | 885 | |
| 7239 |
|
11년 전 | 1096 | |
| 7238 | 11년 전 | 2616 | ||
| 7237 |
잘살아보자
|
11년 전 | 2275 | |
| 7236 |
dethos79
|
11년 전 | 1839 | |
| 7235 |
멋진남자임
|
11년 전 | 1403 | |
| 7234 | 11년 전 | 1341 | ||
| 7233 | 11년 전 | 2314 | ||
| 7232 | 11년 전 | 1584 | ||
| 7231 | 11년 전 | 2780 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기