Jump to content

jquery append() vs. vanilla javascript append()


CrazyEddie

Recommended Posts

Hi Guys,

Recently I found out that in vanilla javascript there also is a append() method.
https://developer.mozilla.org/en-US/docs/Web/API/Element/append

So how does a browser differenciate between the javascript append() and the jquery append() since they also have different functionalities.

And why doesn't w3schools have a post about the vanilla javascript append()?

Eddie

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...