CodeNewbie Community 🌱

Discussion on: Is jQuery still relevant?

Collapse
 
sigfualt profile image
Cameron Young

There is so mush jQuery code floating in legacy its going to be around for a while. People here have said cooler things but as a software contractor, clients don't like to hear "we need to remove all this jQuery" you typically just add to it.

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);