Сообщение от ksa
|
Андрей38, как вариант...
<!doctype html>
<html>
<head>
<style type="text/css">
</style>
<script>
function Go() {
var o=document.getElementById('scr')
var os=o.getElementsByTagName('img')
var i,on
var n=os.length-1
for (i=n; i>=0; i--) {
on=document.getElementById(os[i].className)
if (!on) {
continue
}
on.innerHTML=''
on.appendChild(os[i])
}
}
</script>
</head>
<body>
<div id='scr'>
<img class="one" src="http://javascript.ru/forum/images/smilies/smile.gif" />
<img class="two" src="http://javascript.ru/forum/images/smilies/thank_you2.gif"/>
<img class="three" src="http://javascript.ru/forum/images/smilies/victory.gif" />
</div>
<table id='info' width="200px" border="1">
<tr>
<td id="one">id=one</td>
<td>***</td>
</tr>
<tr>
<td id="two">id=two;</td>
<td>***</td>
</tr>
<tr>
<td id="three">id=three</td>
<td>***</td>
</tr>
</table>
<input type='button' value='Go' onclick='Go()'>
</body>
</html>
|
Спаибо ,гуру KSA
.Высший пилотаж!Я так не умею еще. Теперь время на внедрение ЭТОГО Вашего скрипта.Может удасться преобразовать его в квери ,если смогу разобраться,конечно.А может и н надо .