Skip to content

Instantly share code, notes, and snippets.

@teak1
Created January 29, 2019 02:19
Show Gist options
  • Save teak1/cf759c03469f1a4a0db716c03357188e to your computer and use it in GitHub Desktop.
Save teak1/cf759c03469f1a4a0db716c03357188e to your computer and use it in GitHub Desktop.
let a = document.querySelector("#id_miles");
let b=a.parentElement;
b.appendChild(data);
b.removeChild(a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment