- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
function reNumberAreas(parent)
{
for (i=0;i<parent.childNodes.length;i++)
{
try
{
parent.childNodes[i].firstChild.firstChild.firstChild.firstChild.id = cutNumber(parent.childNodes[0].firstChild.firstChild.firstChild.firstChild.id) + i;
parent.childNodes[i].firstChild.firstChild.firstChild.firstChild.nextSibling.nextSibling.id = parent.childNodes[i].firstChild.firstChild.firstChild.firstChild.id + "_text";
parent.childNodes[i].firstChild.firstChild.firstChild.firstChild.nextSibling.nextSibling.nextSibling.src = parent.childNodes[i].firstChild.firstChild.firstChild.firstChild.nextSibling.nextSibling.nextSibling.src.replace(/index=\d+/g,"index=" + i);
}
catch (e)
{
}
}
}
Vasiliy 30.07.2012 15:53 # 0
{
}
без этого ну никак !!! Все же пишут...
vistefan 30.07.2012 16:20 # +8
Vindicar 31.07.2012 21:51 # +4
А потом поменялась разметка...
vistefan 31.07.2012 22:41 # +1
Areks 01.08.2012 08:01 # +4
cyber_ua 20.08.2012 22:23 # +1
Areks 20.08.2012 22:38 # +2
cyber_ua 21.08.2012 01:26 # 0