링크를 클릭시 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)");
});
});
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 330 |
prosper
|
20년 전 | 2240 | |
| 329 |
prosper
|
20년 전 | 1849 | |
| 328 |
prosper
|
20년 전 | 1661 | |
| 327 | 20년 전 | 3740 | ||
| 326 | 20년 전 | 4816 | ||
| 325 |
hwatta
|
20년 전 | 2435 | |
| 324 |
|
20년 전 | 3119 | |
| 323 | 20년 전 | 5825 | ||
| 322 |
hwatta
|
20년 전 | 2816 | |
| 321 |
hwatta
|
20년 전 | 2295 | |
| 320 |
yesmoa
|
20년 전 | 4548 | |
| 319 | 20년 전 | 2648 | ||
| 318 | 20년 전 | 2222 | ||
| 317 |
kyodon
|
20년 전 | 2750 | |
| 316 | 20년 전 | 2551 | ||
| 315 |
|
20년 전 | 2868 | |
| 314 |
|
20년 전 | 3307 | |
| 313 |
|
20년 전 | 2624 | |
| 312 |
yesmoa
|
20년 전 | 4697 | |
| 311 | 20년 전 | 3225 | ||
| 310 |
홀로남은자
|
20년 전 | 4536 | |
| 309 | 20년 전 | 2991 | ||
| 308 | 20년 전 | 4105 | ||
| 307 | 20년 전 | 4339 | ||
| 306 | 20년 전 | 7009 | ||
| 305 | 20년 전 | 3842 | ||
| 304 | 20년 전 | 2742 | ||
| 303 |
크리스탈처럼
|
20년 전 | 4375 | |
| 302 | 20년 전 | 2188 | ||
| 301 |
|
20년 전 | 4310 | |
| 300 | 20년 전 | 3765 | ||
| 299 | 20년 전 | 2565 | ||
| 298 | 20년 전 | 4791 | ||
| 297 |
|
20년 전 | 2505 | |
| 296 | 20년 전 | 4498 | ||
| 295 | 20년 전 | 3551 | ||
| 294 | 20년 전 | 3570 | ||
| 293 | 20년 전 | 3803 | ||
| 292 | 20년 전 | 3185 | ||
| 291 |
yesmoa
|
20년 전 | 5901 | |
| 290 | 20년 전 | 2919 | ||
| 289 | 20년 전 | 5827 | ||
| 288 |
|
20년 전 | 2350 | |
| 287 |
|
20년 전 | 1758 | |
| 286 |
|
20년 전 | 2124 | |
| 285 |
|
20년 전 | 3516 | |
| 284 |
|
20년 전 | 2016 | |
| 283 |
|
20년 전 | 4383 | |
| 282 | 20년 전 | 3361 | ||
| 281 |
|
20년 전 | 2187 | |
| 280 |
|
20년 전 | 7782 | |
| 279 | 20년 전 | 5522 | ||
| 278 | 20년 전 | 2972 | ||
| 277 |
|
20년 전 | 5553 | |
| 276 | 20년 전 | 2340 | ||
| 275 | 20년 전 | 2577 | ||
| 274 | 20년 전 | 2341 | ||
| 273 | 20년 전 | 2190 | ||
| 272 | 20년 전 | 2113 | ||
| 271 | 20년 전 | 2585 | ||
| 270 | 20년 전 | 2568 | ||
| 269 | 20년 전 | 2448 | ||
| 268 | 20년 전 | 2663 | ||
| 267 | 20년 전 | 2348 | ||
| 266 | 20년 전 | 2551 | ||
| 265 | 20년 전 | 3482 | ||
| 264 |
|
20년 전 | 5337 | |
| 263 |
|
20년 전 | 3697 | |
| 262 | 20년 전 | 3151 | ||
| 261 |
허저비
|
20년 전 | 5906 | |
| 260 |
|
20년 전 | 5699 | |
| 259 | 20년 전 | 4117 | ||
| 258 | 20년 전 | 2365 | ||
| 257 | 20년 전 | 3165 | ||
| 256 | 20년 전 | 1883 | ||
| 255 | 20년 전 | 1547 | ||
| 254 | 20년 전 | 3122 | ||
| 253 | 20년 전 | 3534 | ||
| 252 | 20년 전 | 5082 | ||
| 251 | 20년 전 | 5792 | ||
| 250 | 20년 전 | 3654 | ||
| 249 | 20년 전 | 4991 | ||
| 248 | 20년 전 | 3271 | ||
| 247 | 20년 전 | 3616 | ||
| 246 |
|
20년 전 | 7925 | |
| 245 |
|
20년 전 | 5886 | |
| 244 | 20년 전 | 4467 | ||
| 243 |
|
20년 전 | 4021 | |
| 242 | 20년 전 | 2750 | ||
| 241 | 20년 전 | 2692 | ||
| 240 | 20년 전 | 2325 | ||
| 239 | 20년 전 | 1627 | ||
| 238 |
아우겐나이스
|
20년 전 | 2239 | |
| 237 |
email
|
20년 전 | 3660 | |
| 236 | 20년 전 | 4122 | ||
| 235 | 20년 전 | 10442 | ||
| 234 | 20년 전 | 5039 | ||
| 233 | 20년 전 | 3353 | ||
| 232 | 20년 전 | 3176 | ||
| 231 | 20년 전 | 3808 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기