I just need this to be cleared up, if I use append(), does it need to be on $(“body”) in order to add an element to the dom tree for access or can it be on any element?
Just to clarify, I know you can do append on any element but I want to make sure what I need to append to for it to be in the DOM for later access, thank you for your time
I just need this to be cleared up, if I use append(), does it
Share
It can be called on any element.