`

JS取得当前节点的下一个节点

    博客分类:
  • JS
阅读更多

在整理之前的项目时发现的,有时会使用,先记下。

 

<script_ language="Javascript_">

function reSize(){
//alert("reSize");
document.getElementById("dialogArea").nextSibling.style.zIndex="299";
//alert(document.getElementById("dialogArea").style.zIndex);
document.getElementById("dialogArea").style.zIndex="300";
window.parent.dyniframesize("bookingSegment");
}

</script_>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics