soyjavi / QuoJS

Micro #JavaScript Library for Mobile Devices
MIT License
2.07k stars 236 forks source link

does any method to add one element after another element? #82

Closed chrcao closed 10 years ago

chrcao commented 11 years ago

as title.

soyjavi commented 10 years ago

You can use .append() or .prepend() methods.