Hi All,
Im sure its possible, every time I create a new element and add it to a node it becomes the last child.
a=appendChild(o bject);
How do I append a child to be the first node?
Im sure its possible, every time I create a new element and add it to a node it becomes the last child.
a=appendChild(o bject);
How do I append a child to be the first node?
Comment