referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling);. Where referenceNode is the node you want to put newNode after.
確定! 回上一頁